Tab Workspaces
Save and manage a collection of tabs as workspaces.
Cos'è Tab Workspaces?
Tab Workspaces è un'estensione di Chrome sviluppata da Hao Fu, e la sua funzione principale è "Save and manage a collection of tabs as workspaces.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Workspaces
Scarica i file di estensione Tab Workspaces 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
This extensions will save all currently opened tabs into a workspace. You can name the workspace and tag it with description. Then you can browse saved workspaces, and launch the tabs in new windows.
Informazioni di Base sull'Estensione
Nome | Tab Workspaces |
ID | pfdcopdimdhfhdaiiaeddjcidkjbnpll |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-workspaces/pfdcopdimdhfhdaiiaeddjcidkjbnpll |
Descrizione | Save and manage a collection of tabs as workspaces. |
Dimensione del File | 125 KB |
Conteggio Installazioni | 69 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-12-18 |
Data di Pubblicazione | 2018-12-17 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Hao Fu |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Workspaces", "version": "1.1", "description": "Save and manage a collection of tabs as workspaces.", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "html\/app.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |