Tab Saver
Reduces memory by saving your open tabs for later use
Tab Saverとは何ですか?
Tab Saverはhttp://visnova.mediaによって開発されたChromeの拡張機能で、その主な機能は「Reduces memory by saving your open tabs for later use」です。
拡張機能のスクリーンショット
Tab Saver拡張機能のCRXファイルをダウンロード
Tab Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever wanted to temporarily close all the tabs of your browser but couldn't? With this extension now you can! Just with a simple click, you can save all the tabs you currently have open. You can give a name to that tab group to easily find them later. You can create as many tab groups as you want and restore them any time! Required permissions: 'Set your new tab' - this permission is needed for the “New Tab” page. 'Open Tabs' - this permission is needed to save your open tabs. Privacy: Your privacy matters. Here's how we protect it: https://www.tab-saver.com/privacy Terms Of Use: https://www.tab-saver.com/eula By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.
拡張機能の基本情報
名前 | |
ID | daanjholbobmhepdohhgklgoidoofopf |
公式URL | https://chrome.google.com/webstore/detail/tab-saver/daanjholbobmhepdohhgklgoidoofopf |
説明 | Reduces memory by saving your open tabs for later use |
ファイルサイズ | 267 KB |
インストール数 | 4,485 |
現在のバージョン | 2.4 |
最終更新日 | 2021-02-23 |
公開日 | 2019-11-28 |
評価 | 2.83/5 合計 23 レビュー |
開発者 | http://visnova.media |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.tab-saver.com |
プライバシーポリシーページのURL | https://www.tab-saver.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "tabsaver.html" }, "manifest_version": 2, "name": "Tab Saver", "version": "2.4", "description": "Reduces memory by saving your open tabs for later use", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Tab Saver" }, "background": { "page": "tabsaver.html", "persistent": false }, "options_page": "options.html", "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |