Tab Stasher

Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup

Co to jest Tab Stasher?

Tab Stasher to rozszerzenie Chrome opracowane przez https://www.zenoven.com, a jego główną funkcją jest „Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Stasher

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

                        暂存标签插件可以一键将当前窗口中所有已打开的标签页暂存,您还可以在插件的小窗口中管理所有已保存的记录。                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Stasher Tab Stasher
ID igbkiendclmannlppkbacbfnolhgoino
Oficjalny URL https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino
Opis Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
Rozmiar pliku 67.76 KB
Liczba instalacji 1,000
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2016-12-13
Data Publikacji 2016-12-13
Ocena 4.63/5 Łącznie 8 Oceny
Deweloper https://www.zenoven.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/zenoven/tab-stash
Adres URL Strony Polityki Prywatności https://github.com/zenoven/privacy-policy/blob/main/README.md
Obsługiwane Języki en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}