Thinktab

Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.

Τι είναι το Thinktab;

Το Thinktab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thinktabextdeveloper, και η κύρια λειτουργία του είναι "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Thinktab

Λήψη αρχείων επέκτασης Thinktab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Thinktab allow user to customize new tab with unlimited shortcut URLs and background images with cropping tool and image setting. You can change the images size and create customized new tab background images of family friends and things you like, including creating favorite links.
By clicking "Add to chrome", I accept and agree to installing Thinktab extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: https://www.thinktabext.com/privacy.html
EULA: https://www.thinktabext.com/eula.html                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Thinktab Thinktab
ID bdicbodmbnjojjhjhpblokklbohbcngk
Επίσημο URL https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk
Περιγραφή Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
Μέγεθος Αρχείου 2.27 MB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 1.11
Τελευταία Ενημέρωση 2022-07-21
Ημερομηνία Δημοσίευσης 2022-05-17
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής thinktabextdeveloper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.thinktabext.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.thinktabext.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thinktab",
    "description": "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.",
    "version": "1.11",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/index.png",
        "32": "\/img\/index.png",
        "48": "\/img\/index.png",
        "128": "\/img\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click here to show the popup to add or remove the current url from shortcut."
    },
    "background": {
        "service_worker": "service_worker.js"
    }
}