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

Cos'è Tab Stasher?

Tab Stasher è un'estensione di Chrome sviluppata da https://www.zenoven.com, e la sua funzione principale è "Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Stasher

Scarica i file di estensione Tab Stasher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Tab Stasher Tab Stasher
ID igbkiendclmannlppkbacbfnolhgoino
URL Ufficiale https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino
Descrizione Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
Dimensione del File 67.76 KB
Conteggio Installazioni 1,000
Versione Corrente 1.1.3
Ultimo Aggiornamento 2016-12-13
Data di Pubblicazione 2016-12-13
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore https://www.zenoven.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zenoven/tab-stash
URL della Pagina della Politica sulla Privacy https://github.com/zenoven/privacy-policy/blob/main/README.md
Lingue Supportate 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'"
}