TabX
Enhances the browsing experience by changing the default search engine
O que é TabX?
TabX é uma extensão do Chrome desenvolvida por Crosa Apps, e sua principal característica é "Enhances the browsing experience by changing the default search engine".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TabX
Baixe arquivos de extensão TabX 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
TabX is an extension will - Change the default search engine functionality to WebSearches. Some important information for you: - By clicking on the 'Add to Chrome' button and installing TabX extension, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. - By installing, TabX will change your Chrome's default search. - You may remove or disable this extension anytime. - Review our Terms of Service: https://newtaber.com/tos.html Contact us! We'd love to hear from you: [email protected]
Informações Básicas da Extensão
Nome | |
ID | eminfcgojjkkiodcjhcllcfielmgfmhi |
URL Oficial | https://chrome.google.com/webstore/detail/tabx/eminfcgojjkkiodcjhcllcfielmgfmhi |
Descrição | Enhances the browsing experience by changing the default search engine |
Tamanho do Arquivo | 82.78 KB |
Contagem de Instalações | 5,395 |
Versão Atual | 0.0.3 |
Última Atualização | 2022-02-17 |
Data de Publicação | 2021-07-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Crosa Apps |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://newtaber.com/ |
URL da Página de Ajuda | https://newtaber.com/#contactus |
URL da Página de Política de Privacidade | https://newtaber.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabX", "version": "0.0.3", "manifest_version": 3, "description": "Enhances the browsing experience by changing the default search engine", "chrome_url_overrides": { "newtab": "newtab.html" }, "chrome_settings_overrides": { "search_provider": { "name": "WebSearch", "keyword": "websearch", "search_url": "https:\/\/newtaber.com\/search?q={searchTerms}", "favicon_url": "https:\/\/newtaber.com\/assets\/yahoo-logo.png", "encoding": "UTF-8", "is_default": true } }, "icons": { "16": "assets\/icons\/logo.png", "48": "assets\/icons\/logo.png", "128": "assets\/icons\/logo.png" } } |