Save Browsing Session
Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.
Save Browsing Sessionとは何ですか?
Save Browsing Sessionはhttps://www.hatzaviv.comによって開発されたChromeの拡張機能で、その主な機能は「Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.」です。
拡張機能のスクリーンショット
Save Browsing Session拡張機能のCRXファイルをダウンロード
Save Browsing Session拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save all your open tabs and restore them with one click! Ever felt like it's taking too long for you to open all the tabs you need when you work? When you get home? When you want to watch your favorite series online? Well no more! Now you can save your browsing session in one click and restore it whenever you want. https://www.hatzaviv.com/save_session How does it work (example for work): 1. Add the extension. 2. Open all the sites you need for when you work (Inbox, Google, Drive, Stack Overflow etc.). 3. Click on the extension icon. 4. Give it a name: "Work". 5. Click the Save button. And that's it. Whenever you go to work just click on the extension icon and reload your browsing session. Enjoy. https://www.hatzaviv.com/save_session For Suggestions and feedback: [email protected] (Please no spam)
拡張機能の基本情報
名前 | Save Browsing Session |
ID | klogkcckdgfnghedlbnjjphfladfedke |
公式URL | https://chromewebstore.google.com/detail/save-browsing-session/klogkcckdgfnghedlbnjjphfladfedke |
説明 | Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more. |
ファイルサイズ | 43.13 KB |
インストール数 | 876 |
現在のバージョン | 2.0.2 |
最終更新日 | 2022-05-07 |
公開日 | 2018-03-28 |
評価 | 3.50/5 合計 12 レビュー |
開発者 | https://www.hatzaviv.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.hatzaviv.com/save_session/ |
ヘルプページのURL | https://www.hatzaviv.com/save_session/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save Browsing Session", "short_name": "SaveBrowsingSession", "description": "Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.", "version": "2.0.2", "action": { "default_icon": { "16": "save_session_icon2_16.png" }, "default_popup": "popup.html", "default_title": "Save Browsing Session" }, "icons": { "16": "save_session_icon2_16.png", "48": "save_session_icon2_48.png", "128": "save_session_icon2_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "tabs" ] } |