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
官方網址 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
電子郵箱 [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"
    ]
}