TabStash

Group your tabs and open them later.

TabStashとは何ですか?

TabStashはhttps://browser-extensions.comによって開発されたChromeの拡張機能で、その主な機能は「Group your tabs and open them later.」です。

拡張機能のスクリーンショット

screenshot

TabStash拡張機能のCRXファイルをダウンロード

TabStash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Group your tabs and open them later.                    

拡張機能の基本情報

名前 TabStash TabStash
ID mdeicgkmlobfdddmfplopohhnhkiiicj
公式URL https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj
説明 Group your tabs and open them later.
ファイルサイズ 299 KB
インストール数 16
現在のバージョン 0.0.1
最終更新日 2017-10-27
公開日 2017-10-27
開発者 https://browser-extensions.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://browser-extensions.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "history",
        "tabCapture",
        "tabs",
        "topSites",
        "storage",
        "unlimitedStorage",
        ""
    ]
}