Foxy Newtab
Mesmerizing Search New Tab - Search better and look better too.
¿Qué es Foxy Newtab?
Foxy Newtab es una extensión de Chrome desarrollada por https://tryfoxy.com, y su función principal es "Mesmerizing Search New Tab - Search better and look better too.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Foxy Newtab
Descarga archivos de extensión Foxy Newtab 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
Mesmerizing Search New Tab - Search better and look better too. Turn your regular start page into a mesmerizing one with Foxy Newtab. Extension can change your new tab search. By clicking "Add to chrome", I accept and agree to installing the " Foxy Newtab" Chrome extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy. Privacy policy: http://www.solex.io/privacy/ Terms of use: http://www.solex.io/terms/
Información Básica de la Extensión
Nombre | Foxy Newtab |
ID | opnnjhlgdknkcigifiekfnjmkdfdgcjd |
URL Oficial | https://chromewebstore.google.com/detail/foxy-newtab/opnnjhlgdknkcigifiekfnjmkdfdgcjd |
Descripción | Mesmerizing Search New Tab - Search better and look better too. |
Tamaño del Archivo | 2.37 MB |
Cantidad de Instalaciones | 56,305 |
Versión Actual | 18880.2311.15.1118 |
Última Actualización | 2023-11-16 |
Fecha de Publicación | 2018-12-13 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://tryfoxy.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.solex.io/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 3, "name": "Foxy Newtab", "description": "Mesmerizing Search New Tab - Search better and look better too.", "version": "18880.2311.15.1118", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "omnibox": { "keyword": "tf" }, "background": { "service_worker": "background.js" } } |