TabX
Enhances the browsing experience by changing the default search engine
Co je TabX?
TabX je rozšíření Chrome vyvinuté Crosa Apps, a jeho hlavní funkcí je „Enhances the browsing experience by changing the default search engine“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TabX
Stáhněte si soubory rozšíření TabX ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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]
Základní Informace o Rozšíření
Název | |
ID | eminfcgojjkkiodcjhcllcfielmgfmhi |
Oficiální URL | https://chrome.google.com/webstore/detail/tabx/eminfcgojjkkiodcjhcllcfielmgfmhi |
Popis | Enhances the browsing experience by changing the default search engine |
Velikost souboru | 82.78 KB |
Počet instalací | 5,395 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2022-02-17 |
Datum Vydání | 2021-07-07 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Crosa Apps |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://newtaber.com/ |
URL Stránky Nápovědy | https://newtaber.com/#contactus |
URL Stránky Zásad Ochrany Soukromí | https://newtaber.com/privacy.html |
Podporované Jazyky | 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" } } |