Workspace

Store unneeded tabs in one page, and free up tab space

Co je Workspace?

Workspace je rozšíření Chrome vyvinuté Freeman Lou, a jeho hlavní funkcí je „Store unneeded tabs in one page, and free up tab space“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Workspace

Stáhněte si soubory rozšíření Workspace ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Sometimes there are tabs that are not needed immediately, but are also not important enough to be bookmarked. Workspace temporarily stores the links in one page, freeing tab space and allowing for more flexibility.

Use by clicking on the added button next to address bar. A small window will appear that says "Save All Tabs". Click and all your tabs will disappear; they are listed on a newly created tab. Restore them all with one button!

Icon by http://appercuts.blogspot.com/                    

Základní Informace o Rozšíření

Název Workspace Workspace
ID pfpbeaemdigklchgdmmkldnaieimmmin
Oficiální URL https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin
Popis Store unneeded tabs in one page, and free up tab space
Velikost souboru 7.9 KB
Počet instalací 29
Aktuální Verze 1.0
Poslední Aktualizace 2017-03-21
Datum Vydání 2017-03-21
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář Freeman Lou
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workspace",
    "description": "Store unneeded tabs in one page, and free up tab space",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}