Spaces for Chrome

Do more with less in mind.

Wat is Spaces for Chrome?

Spaces for Chrome is een Chrome-extensie ontwikkeld door Danny Fallas, en de belangrijkste functie is "Do more with less in mind.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spaces for Chrome

Download Spaces for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Spaces for Chrome Spaces for Chrome
ID mejaedfjghhonfahjkmbkphdibnlbool
Officiële URL https://chromewebstore.google.com/detail/spaces-for-chrome/mejaedfjghhonfahjkmbkphdibnlbool
Beschrijving Do more with less in mind.
Bestandsgrootte 179 KB
Aantal Installaties 92
Huidige Versie 1.2.1
Laatst Bijgewerkt 2019-07-04
Publicatiedatum 2019-07-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Danny Fallas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}