Tab Store

An environment for tab storage.

Tab Storeとは何ですか?

Tab StoreはUnknownによって開発されたChromeの拡張機能で、その主な機能は「An environment for tab storage.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        A toolbar widget that allows you to manage tabs more easily. A new context menu entry allows you to store the currently active tab, and a button displays the currently stored tabs and tab groups.                    

拡張機能の基本情報

名前 Tab Store Tab Store
ID ceoengfplhhjknejgmkkbdnljebkdomd
公式URL https://chromewebstore.google.com/detail/tab-store/ceoengfplhhjknejgmkkbdnljebkdomd
説明 An environment for tab storage.
ファイルサイズ 18.65 MB
インストール数 40
現在のバージョン 0.7.0
最終更新日 2018-02-04
公開日 2018-02-03
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Store",
    "version": "0.7.0",
    "description": "An environment for tab storage.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "Tab Store",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "bookmarks"
    ]
}