Thinktab

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

Qu'est-ce que Thinktab ?

Thinktab est une extension Chrome développée par thinktabextdeveloper, et sa fonction principale est "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Thinktab

Téléchargez les fichiers d'extension Thinktab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Thinktab Thinktab
ID bdicbodmbnjojjhjhpblokklbohbcngk
URL Officiel https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk
Description Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
Taille du Fichier 2.27 MB
Nombre d'Installations 6,000
Version Actuelle 1.11
Dernière Mise à Jour 2022-07-21
Date de Publication 2022-05-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur thinktabextdeveloper
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.thinktabext.com/
URL de la Page d'Aide https://www.thinktabext.com/
Langues Prises en Charge 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"
    }
}