Thinktab
Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
Cos'è Thinktab?
Thinktab è un'estensione di Chrome sviluppata da thinktabextdeveloper, e la sua funzione principale è "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Thinktab
Scarica i file di estensione Thinktab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bdicbodmbnjojjhjhpblokklbohbcngk |
URL Ufficiale | https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk |
Descrizione | Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images. |
Dimensione del File | 2.27 MB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 1.11 |
Ultimo Aggiornamento | 2022-07-21 |
Data di Pubblicazione | 2022-05-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | thinktabextdeveloper |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.thinktabext.com/ |
URL della Pagina di Aiuto | https://www.thinktabext.com/ |
Lingue Supportate | 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" } } |