Stash

Too many tabs? With Stash, batch save, quickly stash, easily recover.

Co to jest Stash?

Stash to rozszerzenie Chrome opracowane przez Léon, a jego główną funkcją jest „Too many tabs? With Stash, batch save, quickly stash, easily recover.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Stash

Pobierz pliki rozszerzeń Stash 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

                        Too many tabs? With Stash, batch save, quickly stash, easily recover.
Stash makes it easier to save your window(tabs). And you can found them on stash list. By clicking the item, the tabs will be recovered.                    

Podstawowe informacje o rozszerzeniu

Nazwa Stash Stash
ID cacanmllkminddbhckmepccebmhnglnj
Oficjalny URL https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj
Opis Too many tabs? With Stash, batch save, quickly stash, easily recover.
Rozmiar pliku 192 KB
Liczba instalacji 1,673
Aktualna Wersja 0.2.5
Ostatnia Aktualizacja 2018-06-30
Data Publikacji 2018-06-29
Ocena 5.00/5 Łącznie 17 Oceny
Deweloper Léon
Typ Płatności free
Obsługiwane Języki en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.5",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/logo16.png",
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/key.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "bookmarks"
    ]
}