Spaces for Chrome

Do more with less in mind.

Cos'è Spaces for Chrome?

Spaces for Chrome è un'estensione di Chrome sviluppata da Danny Fallas, e la sua funzione principale è "Do more with less in mind.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spaces for Chrome

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

                        Have to many tabs on your window, click to create a new Space and store it for when you need all those tab again. This will allow you to have multiple workspaces.

How to use:
1) Click on the extension icon, this will prompt for a Space name.
2) When you want to recover the space, right-click on the extension icon and choose the Space you want to get                    

Informazioni di Base sull'Estensione

Nome Spaces for Chrome Spaces for Chrome
ID mejaedfjghhonfahjkmbkphdibnlbool
URL Ufficiale https://chromewebstore.google.com/detail/spaces-for-chrome/mejaedfjghhonfahjkmbkphdibnlbool
Descrizione Do more with less in mind.
Dimensione del File 179 KB
Conteggio Installazioni 92
Versione Corrente 1.2.1
Ultimo Aggiornamento 2019-07-04
Data di Pubblicazione 2019-07-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Danny Fallas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spaces for Chrome",
    "version": "1.2.1",
    "description": "Do more with less in mind.",
    "icons": {
        "128": "media\/spaces_v1.2.0.png"
    },
    "browser_action": {
        "default_title": "Save Space"
    },
    "content_scripts": [
        {
            "js": [
                "js\/assets\/jquery-3.2.1.slim.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/background.js",
        "media\/spaces_v1.2.0.png"
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}