Intip.in's Tab Manager

Tab Manager that doesn't track you.

Intip.in's Tab Managerとは何ですか?

Intip.in's Tab Managerはhttps://www.cscpro.orgによって開発されたChromeの拡張機能で、その主な機能は「Tab Manager that doesn't track you.」です。

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

screenshot
screenshot
screenshot
screenshot

Intip.in's Tab Manager拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        No more cluttering tabs!
Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click.

.. amazingly handful
Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab.

We respect your privacy
No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github.

Install on your Chrome
Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store.



TO DO:
- Add documentation
- Add export/import button
- Add pagination for huge list                    

拡張機能の基本情報

名前 Intip.in's Tab Manager Intip.in's Tab Manager
ID halkhdmljjkflcfbhpgpeplpkcpmjmgj
公式URL https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj
説明 Tab Manager that doesn't track you.
ファイルサイズ 288 KB
インストール数 130
現在のバージョン 1.0.4
最終更新日 2017-02-01
公開日 2017-02-01
評価 4.40/5 合計 10 レビュー
開発者 https://www.cscpro.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.cscpro.org/labs/tab-manager/
ヘルプページのURL https://www.cscpro.org/labs/tab-manager/
プライバシーポリシーページのURL https://www.cscpro.org/labs/tab-manager
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intip.in's Tab Manager",
    "description": "Tab Manager that doesn't track you.",
    "version": "1.0.4",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Save all tabs"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ]
}