Fox Tab
Enhances the browsing experience by changing the default search engine
Wat is Fox Tab?
Fox Tab is een Chrome-extensie ontwikkeld door Crosa Apps, en de belangrijkste functie is "Enhances the browsing experience by changing the default search engine".
Extensie Screenshots
Download het CRX-bestand van de extensie Fox Tab
Download Fox Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
FoxTab 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 FoxTab extension, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service.
- By installing, FoxTab 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] Basisinformatie over de Extensie
| Naam | |
| ID | pecgmnihbokhfnemdmjbkhcgpehlcokj |
| Officiële URL | https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj |
| Beschrijving | Enhances the browsing experience by changing the default search engine |
| Bestandsgrootte | 91.15 KB |
| Aantal Installaties | 2,205 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2023-04-06 |
| Publicatiedatum | 2023-03-10 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Crosa Apps |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://newtaber.com/ |
| Help Pagina-URL | https://newtaber.com/#contactus |
| URL van de Privacybeleid Pagina | https://newtaber.com/privacy.html |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fox Tab",
"version": "0.0.1",
"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"
}
} | |