Intip.in's Tab Manager

Tab Manager that doesn't track you.

Vad är Intip.in's Tab Manager?

Intip.in's Tab Manager är en Chrome-tillägg utvecklad av https://www.cscpro.org, och dess huvudfunktion är "Tab Manager that doesn't track you.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Intip.in's Tab Manager-förlängningens CRX-fil

Ladda ner Intip.in's Tab Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Intip.in's Tab Manager Intip.in's Tab Manager
ID halkhdmljjkflcfbhpgpeplpkcpmjmgj
Officiell webbadress https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj
Beskrivning Tab Manager that doesn't track you.
Filstorlek 288 KB
Antal Installationer 130
Aktuell Version 1.0.4
Senast Uppdaterad 2017-02-01
Publiceringsdatum 2017-02-01
Betyg 4.40/5 Totalt 10 Betyg
Utvecklare https://www.cscpro.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.cscpro.org/labs/tab-manager/
Hjälpsida URL https://www.cscpro.org/labs/tab-manager/
URL till Sekretesspolicy Sidan https://www.cscpro.org/labs/tab-manager
Stödda Språk 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"
    ]
}