Thinktab
Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
Was ist Thinktab?
Thinktab ist eine Chrome-Erweiterung, die von thinktabextdeveloper entwickelt wurde, und ihr Hauptmerkmal ist "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".
Erweiterungsscreenshots
Thinktab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thinktab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | bdicbodmbnjojjhjhpblokklbohbcngk |
Offizielle URL | https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk |
Beschreibung | Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images. |
Dateigröße | 2.27 MB |
Installationsanzahl | 6,000 |
Aktuelle Version | 1.11 |
Letztes Update | 2022-07-21 |
Veröffentlichungsdatum | 2022-05-17 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | thinktabextdeveloper |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.thinktabext.com/ |
Hilfeseite URL | https://www.thinktabext.com/ |
Unterstützte Sprachen | 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" } } |