English | Русский README
Explore full step-by-step guides with screenshots in Markdown:
- ❓ FAQ & Troubleshooting — Frequently asked questions, memory optimization & setup tips.
- 💡 Tips & Best Practices — Efficient window naming, tab hibernating & color coding.
- 📥 Import from SessionBuddy — Guide to importing JSON backups from SBv3 and SBv4.
- 🔬 Experimental Features — Classical SideWise Mode, Tab Graph & Topic Trees.
- 🛠️ Free Ecosystem Apps — Enhanced Tab Splitter, Telegram Stickers Viewer & complementary tools.
- 🗺️ Development Roadmap — Overview of feature status and planned updates.
- 📜 Published Version History — Changelog across extension builds.
- 🔒 Privacy Policy — Local storage & data security statements.
- 🌐 Notion Online Hub — Official online documentation hub.
- 🌐 Chrome Web Store: Session Paw on Chrome Web Store
- 🌊 Microsoft Edge Add-ons: Session Paw on Edge Add-ons
- 🦊 Firefox Add-on Store: Session Paw on Firefox Add-ons
- 📦 Latest GitHub Release: Download v1.0.0 Packages (Chrome ZIP & Firefox XPI)
- 💬 Discord Community: Join Session Paw Discord
- 🐦 Twitter / X: @sessionpaw
- 📺 YouTube Channel: @SessionPaw on YouTube
Session Paw is a powerful browser extension for tab organization, session management, and visual tab exploration. This updated distribution adds full Russian language (i18n) support, translated UI bundles, updated locale manifests, and clean setup support for modern browsers.
Compared to the original release, this version introduces major localization and usability improvements:
- Full Russian i18n Support:
- Added complete
_locales/ru/messages.jsonwith 64 translated keys. - Expanded
_locales/en/messages.jsonfor full key parity. - Converted
manifest.jsonfields (name,description,default_title) to standard__MSG_*__placeholders. - Set
default_localeto"ru".
- Added complete
- Translated UI Bundles:
- Translated over 270+ UI strings directly across 12 compiled JavaScript bundles (popup, session manager, side view, options, bookmark view, window graph, options, test view, and empty tab views).
- Translated all 13 HTML
<title>tags to Russian. - Translated contextual tab menus, tooltips, filter toggles, action buttons, dialogs, and settings descriptions.
- Updated Checksum Digests:
- Recalculated and updated
SHA1andSHA256digests acrossMETA-INF/cose.manifest,META-INF/manifest.mf, andMETA-INF/mozilla.sffor clean add-on package verification.
- Recalculated and updated
- Header & Status Adjustments:
- Updated trial mode status badge from "Trial Mode" ("Пробный режим") to "Pro version" ("Pro версия") navigating to account settings.
- 🌲 Tree Style Tabs Outliner: Organize tabs hierarchically into collapsible topic trees.
- 💾 Session Manager: Save, restore, export, and import tab sessions effortlessly (including SessionBuddy JSON format support).
- 🕸️ Window Graph View: Visualize windows, tab node links, and branch connections interactively.
- ⚡ Quick Jump & Search: Instant tab switcher and dual-panel search across open tabs and bookmarks.
- 🌙 Theme & Layout Customization: Light/Dark modes, narrow side view toggle, and customizable window position options.
- Download
sessionpaw-ru-v1.0.0.zipfrom the Latest Release. - Unpack the zip file to a folder on your computer.
- Open your browser and navigate to
chrome://extensions/(oredge://extensions/). - Enable Developer mode in the top right corner.
- Click Load unpacked (Загрузить распакованное расширение) and select the unpacked folder.
- Official Add-on: Install directly from Firefox Add-ons Store.
- Self-Hosted Package: Download
sessionpaw-ru-v1.0.0.xpiorsessionpaw-ru-v1.0.0.zipfrom Latest Release, openabout:debugging-> This Firefox -> Load Temporary Add-on..., and select the file.
💡 Note for persistent Firefox loading: To bypass signature enforcement permanently in Firefox Developer Edition or Nightly, set
xpinstall.signatures.requiredtofalseinabout:config.
SessionPaw/
├── _locales/
│ ├── en/messages.json # English i18n locale file
│ └── ru/messages.json # Russian i18n locale file
├── docs/ # Documentation guides & screenshots (Markdown)
│ ├── images/ # Extracted guide screenshots & GIFs
│ ├── sessionpaw-faq.md
│ ├── sessionpaw-tips.md
│ ├── import-from-session-buddy.md
│ ├── experiments.md
│ ├── free-apps.md
│ ├── sessionpaw-roadmap.md
│ ├── sessionpaw-published-versions.md
│ └── privacy-policy.md
├── static/
│ └── background/index.js # Background service worker script
├── tabs/ # Extension views (Session Manager, Window Graph, Side View, Options)
├── manifest.json # WebExtension Manifest V3
├── README.md # English documentation
└── README_RU.md # Russian documentation
Original Session Paw architecture by SessionPaw Builders. Enhanced Russian i18n adaptation and bundle maintenance provided in this repository.