Intip.in's Tab Manager

Tab Manager that doesn't track you.

Apa itu Intip.in's Tab Manager?

Intip.in's Tab Manager adalah ekstensi Chrome yang dikembangkan oleh https://www.cscpro.org, dan fitur utamanya adalah "Tab Manager that doesn't track you.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Intip.in's Tab Manager

Unduh file ekstensi Intip.in's Tab Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Intip.in's Tab Manager Intip.in's Tab Manager
ID halkhdmljjkflcfbhpgpeplpkcpmjmgj
URL Resmi https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj
Deskripsi Tab Manager that doesn't track you.
Ukuran File 288 KB
Jumlah Instalasi 130
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2017-02-01
Tanggal Publikasi 2017-02-01
Penilaian 4.40/5 Total 10 Penilaian
Pengembang https://www.cscpro.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.cscpro.org/labs/tab-manager/
URL Halaman Bantuan https://www.cscpro.org/labs/tab-manager/
URL Halaman Kebijakan Privasi https://www.cscpro.org/labs/tab-manager
Bahasa yang Didukung 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"
    ]
}