Tab Saver
Reduces memory by saving your open tabs for later use
Was ist Tab Saver?
Tab Saver ist eine Chrome-Erweiterung, die von http://visnova.media entwickelt wurde, und ihr Hauptmerkmal ist "Reduces memory by saving your open tabs for later use".
Erweiterungsscreenshots
Tab Saver-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Saver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | daanjholbobmhepdohhgklgoidoofopf |
Offizielle URL | https://chrome.google.com/webstore/detail/tab-saver/daanjholbobmhepdohhgklgoidoofopf |
Beschreibung | Reduces memory by saving your open tabs for later use |
Dateigröße | 267 KB |
Installationsanzahl | 4,485 |
Aktuelle Version | 2.4 |
Letztes Update | 2021-02-23 |
Veröffentlichungsdatum | 2019-11-28 |
Bewertung | 2.83/5 Insgesamt 23 Bewertungen |
Entwickler | http://visnova.media |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.tab-saver.com |
URL der Datenschutzrichtlinien-Seite | https://www.tab-saver.com/privacy |
Unterstützte Sprachen | 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" ] } |