Workspace

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

Co to jest Workspace?

Workspace to rozszerzenie Chrome opracowane przez Freeman Lou, a jego główną funkcją jest „Store unneeded tabs in one page, and free up tab space”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Workspace

Pobierz pliki rozszerzeń Workspace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Workspace Workspace
ID pfpbeaemdigklchgdmmkldnaieimmmin
Oficjalny URL https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin
Opis Store unneeded tabs in one page, and free up tab space
Rozmiar pliku 7.9 KB
Liczba instalacji 29
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-03-21
Data Publikacji 2017-03-21
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Freeman Lou
Typ Płatności free
Obsługiwane Języki 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"
    ]
}