Stash
Too many tabs? With Stash, batch save, quickly stash, easily recover.
Qu'est-ce que Stash ?
Stash est une extension Chrome développée par Léon, et sa fonction principale est "Too many tabs? With Stash, batch save, quickly stash, easily recover.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stash
Téléchargez les fichiers d'extension Stash 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
Too many tabs? With Stash, batch save, quickly stash, easily recover. Stash makes it easier to save your window(tabs). And you can found them on stash list. By clicking the item, the tabs will be recovered.
Informations de Base sur l'Extension
Nom | Stash |
ID | cacanmllkminddbhckmepccebmhnglnj |
URL Officiel | https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj |
Description | Too many tabs? With Stash, batch save, quickly stash, easily recover. |
Taille du Fichier | 192 KB |
Nombre d'Installations | 1,673 |
Version Actuelle | 0.2.5 |
Dernière Mise à Jour | 2018-06-30 |
Date de Publication | 2018-06-29 |
Évaluation | 5.00/5 Total 17 Évaluations |
Développeur | Léon |
Type de Paiement | free |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.5", "manifest_version": 2, "description": "__MSG_description__", "icons": { "128": "images\/logo128.png", "48": "images\/logo48.png", "16": "images\/logo16.png" }, "default_locale": "en", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/logo16.png", "default_title": "__MSG_iconTitle__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/key.js" ], "run_at": "document_start" } ], "permissions": [ "chrome:\/\/favicon\/", "tabs", "bookmarks" ] } |