Tab Archiver
This extension archives tabs!
Qu'est-ce que Tab Archiver ?
Tab Archiver est une extension Chrome développée par Serdar Kuzucu, et sa fonction principale est "This extension archives tabs!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Archiver
Téléchargez les fichiers d'extension Tab Archiver 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
Save your browser's current state and return back to it whenever you want! In other words, this extension saves and closes your currently open tabs to a list. Then, you can open all of those tabs by a single click!
Informations de Base sur l'Extension
Nom | Tab Archiver |
ID | ofnhceaedgdmdceeokcadkkndfpclepb |
URL Officiel | https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb |
Description | This extension archives tabs! |
Taille du Fichier | 90.24 KB |
Nombre d'Installations | 406 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-01-07 |
Date de Publication | 2015-01-07 |
Évaluation | 4.31/5 Total 13 Évaluations |
Développeur | Serdar Kuzucu |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Archiver", "short_name": "Tab Archiver", "description": "This extension archives tabs!", "version": "1.1", "author": "Serdar Kuzucu", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "img\/logo_16.png", "default_popup": "popup.html", "default_title": "Tab Archiver" }, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/logo_16.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" } } |