Tab Saver
One button click to save your current tab session offline for later restoring.
Qu'est-ce que Tab Saver ?
Tab Saver est une extension Chrome développée par https://noahyamamoto.com, et sa fonction principale est "One button click to save your current tab session offline for later restoring.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Saver
Téléchargez les fichiers d'extension Tab Saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Tab Saver provides a friendly little button that, upon pressing, will close and save all your open tabs to local storage for easy restoring later. Features include: - Up to 95% memory reduction by saving your tab session for later. - Can be used as an alternative to extensions like Panic Button and OneTab. - Simple and colorful tab preview page that randomly generates a new background every time. - Gathers absolutely zero information on you and is completely open source (https://github.com/Egrodo/tab-saver-chrome-extension) - Super small extension, doesn't run in the background when not used, doesn't add any bloat to your browser More features will be added as I think of them, suggestions welcome!
Informations de Base sur l'Extension
Nom | Tab Saver |
ID | bcolcolejgecmpoklbikgcecpmchnkhh |
URL Officiel | https://chromewebstore.google.com/detail/tab-saver/bcolcolejgecmpoklbikgcecpmchnkhh |
Description | One button click to save your current tab session offline for later restoring. |
Taille du Fichier | 43.49 KB |
Nombre d'Installations | 382 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-12-21 |
Date de Publication | 2019-12-20 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | https://noahyamamoto.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Egrodo/Tab-Saver-Chrome-Extension |
URL de la Page d'Aide | https://github.com/Egrodo/Tab-Saver-Chrome-Extension/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Saver", "description": "One button click to save your current tab session offline for later restoring.", "version": "1.2", "browser_action": { "default_icon": "icon-64.png", "default_title": "Tab Saver" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs" ] } |