Intip.in's Tab Manager

Tab Manager that doesn't track you.

Intip.in's Tab Managerคืออะไร?

Intip.in's Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cscpro.org และคุณลักษณะหลักของมันคือ "Tab Manager that doesn't track you."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Intip.in's Tab Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}