Thinktab
Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
O que é Thinktab?
Thinktab é uma extensão do Chrome desenvolvida por thinktabextdeveloper, e sua principal característica é "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thinktab
Baixe arquivos de extensão Thinktab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | bdicbodmbnjojjhjhpblokklbohbcngk |
URL Oficial | https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk |
Descrição | Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images. |
Tamanho do Arquivo | 2.27 MB |
Contagem de Instalações | 6,000 |
Versão Atual | 1.11 |
Última Atualização | 2022-07-21 |
Data de Publicação | 2022-05-17 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | thinktabextdeveloper |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.thinktabext.com/ |
URL da Página de Ajuda | https://www.thinktabext.com/ |
Idiomas Suportados | 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" } } |