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"
    ]
}