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

Wat is Tab Stasher?

Tab Stasher is een Chrome-extensie ontwikkeld door https://www.zenoven.com, en de belangrijkste functie is "Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Stasher

Download Tab Stasher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tab Stasher Tab Stasher
ID igbkiendclmannlppkbacbfnolhgoino
Officiële URL https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino
Beschrijving Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
Bestandsgrootte 67.76 KB
Aantal Installaties 1,000
Huidige Versie 1.1.3
Laatst Bijgewerkt 2016-12-13
Publicatiedatum 2016-12-13
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar https://www.zenoven.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/zenoven/tab-stash
URL van de Privacybeleid Pagina https://github.com/zenoven/privacy-policy/blob/main/README.md
Ondersteunde Talen 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'"
}