TabStack
A chrome extension to temporarily store a browser tab and to reopen it later.
Qu'est-ce que TabStack ?
TabStack est une extension Chrome développée par niehm, et sa fonction principale est "A chrome extension to temporarily store a browser tab and to reopen it later.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabStack
Téléchargez les fichiers d'extension TabStack 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
TabStack is a small chrome extension to temporarily store a browser tab. When reopened the tab is removed from the stack. The stored tabs are synchronized between different chrome browsers in which you are logged in.
Informations de Base sur l'Extension
Nom | TabStack |
ID | cmfjpgcpeelgjenfhmddbdlddogcmpie |
URL Officiel | https://chromewebstore.google.com/detail/tabstack/cmfjpgcpeelgjenfhmddbdlddogcmpie |
Description | A chrome extension to temporarily store a browser tab and to reopen it later. |
Taille du Fichier | 64.46 KB |
Nombre d'Installations | 131 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-07-23 |
Date de Publication | 2013-07-23 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | niehm |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabStack", "description": "A chrome extension to temporarily store a browser tab and to reopen it later.", "version": "1.0", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "safe.html" }, "permissions": [ "tabs", "storage" ] } |