Tab Focused
Stashes all tabs in currently opened window to a named clipboard.
Cos'è Tab Focused?
Tab Focused è un'estensione di Chrome sviluppata da https://metacode.biz, e la sua funzione principale è "Stashes all tabs in currently opened window to a named clipboard.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Focused
Scarica i file di estensione Tab Focused 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
Tab Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment. Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window. Send suggestions and bug reports to [email protected]
Informazioni di Base sull'Estensione
Nome | Tab Focused |
ID | mhdljapdjjfoeafbcldiajggppjomeno |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno |
Descrizione | Stashes all tabs in currently opened window to a named clipboard. |
Dimensione del File | 14.09 KB |
Conteggio Installazioni | 175 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-10-14 |
Data di Pubblicazione | 2013-10-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://metacode.biz |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://metacode.biz/privacy/policy |
Lingue Supportate | en,pl |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Focused", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon20.png" }, "description": "__MSG_appDesc__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "version": "1.1" } |