Workspaces

Save all your current tabs and come back to them later.

Cos'è Workspaces?

Workspaces è un'estensione di Chrome sviluppata da mdni007, e la sua funzione principale è "Save all your current tabs and come back to them later.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Workspaces

Scarica i file di estensione 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

                        Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs.

Updates:

v2:
- Added button to update current workspaces (by Ganesh Swamypillai)                    

Informazioni di Base sull'Estensione

Nome Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
URL Ufficiale https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
Descrizione Save all your current tabs and come back to them later.
Dimensione del File 664 KB
Conteggio Installazioni 2,918
Versione Corrente 2
Ultimo Aggiornamento 2022-01-30
Data di Pubblicazione 2019-10-03
Valutazione 3.52/5 Totale 21 Valutazioni
Sviluppatore mdni007
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://mdislam.com/data/workspaces.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workspaces",
    "description": "Save all your current tabs and come back to them later.",
    "version": "2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}