TabX
Enhances the browsing experience by changing the default search engine
¿Qué es TabX?
TabX es una extensión de Chrome desarrollada por Crosa Apps, y su función principal es "Enhances the browsing experience by changing the default search engine".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TabX
Descarga archivos de extensión TabX en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | eminfcgojjkkiodcjhcllcfielmgfmhi |
URL Oficial | https://chrome.google.com/webstore/detail/tabx/eminfcgojjkkiodcjhcllcfielmgfmhi |
Descripción | Enhances the browsing experience by changing the default search engine |
Tamaño del Archivo | 82.78 KB |
Cantidad de Instalaciones | 5,395 |
Versión Actual | 0.0.3 |
Última Actualización | 2022-02-17 |
Fecha de Publicación | 2021-07-07 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Crosa Apps |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://newtaber.com/ |
URL de la Página de Ayuda | https://newtaber.com/#contactus |
URL de la Página de Política de Privacidad | https://newtaber.com/privacy.html |
Idiomas Soportados | 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" } } |