START.xyz
Get a Bing Search Results Page Using the Address Bar.
¿Qué es START.xyz?
START.xyz es una extensión de Chrome desarrollada por https://start.xyz, y su función principal es "Get a Bing Search Results Page Using the Address Bar.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión START.xyz
Descarga archivos de extensión START.xyz 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
StartXYZ enhancements for web browsers By installing the "StartXYZ" custom search engine extension you can easily access our search field from every new tab page you open. The StartXYZ extension changes your Chrome Default Search Engine to start.xyz. Required permissions for this extension are: 'search_provider' - This permission is needed to change your Default Search Engine. All searches will be redirected to start.xyz. 'json' - This permission is needed to check if you are already using our extension. If so, we do not offer it to you again. Uninstallation: To uninstall this extension, simply remove it from Chrome within your Extension Settings. Our Privacy Policy: https://start.xyz/privacy-policy Our Terms of Use: https://start.xyz/terms-and-conditions Support: https://start.xyz/support You can contact us any time via email: [email protected] or simply fill out our contact form: https://start.xyz/support
Información Básica de la Extensión
Nombre | START.xyz |
ID | ageplmjnkcjmeoolbjaclpdmknmjpmkk |
URL Oficial | https://chromewebstore.google.com/detail/startxyz/ageplmjnkcjmeoolbjaclpdmknmjpmkk |
Descripción | Get a Bing Search Results Page Using the Address Bar. |
Tamaño del Archivo | 7.33 KB |
Cantidad de Instalaciones | 28,321 |
Versión Actual | 1.4 |
Última Actualización | 2022-07-28 |
Fecha de Publicación | 2022-01-14 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://start.xyz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://start.xyz |
URL de la Página de Ayuda | https://start.xyz/support |
URL de la Página de Política de Privacidad | https://start.xyz/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "START.xyz", "description": "Get a Bing Search Results Page Using the Address Bar.", "version": "1.4", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/start.xyz\/favicon.ico", "is_default": true, "keyword": "start.xyz", "name": "Start", "search_url": "https:\/\/start.xyz\/search.php?q={searchTerms}" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": [], "web_accessible_resources": [ "*.json", "\/images\/icon16.png" ] } |