Stash
Too many tabs? With Stash, batch save, quickly stash, easily recover.
Cos'è Stash?
Stash è un'estensione di Chrome sviluppata da Léon, e la sua funzione principale è "Too many tabs? With Stash, batch save, quickly stash, easily recover.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stash
Scarica i file di estensione Stash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Stash |
ID | cacanmllkminddbhckmepccebmhnglnj |
URL Ufficiale | https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj |
Descrizione | Too many tabs? With Stash, batch save, quickly stash, easily recover. |
Dimensione del File | 192 KB |
Conteggio Installazioni | 1,673 |
Versione Corrente | 0.2.5 |
Ultimo Aggiornamento | 2018-06-30 |
Data di Pubblicazione | 2018-06-29 |
Valutazione | 5.00/5 Totale 17 Valutazioni |
Sviluppatore | Léon |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |