Foxy Newtab
Mesmerizing Search New Tab - Search better and look better too.
Was ist Foxy Newtab?
Foxy Newtab ist eine Chrome-Erweiterung, die von https://tryfoxy.com entwickelt wurde, und ihr Hauptmerkmal ist "Mesmerizing Search New Tab - Search better and look better too.".
Erweiterungsscreenshots
Foxy Newtab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Foxy Newtab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Foxy Newtab |
ID | opnnjhlgdknkcigifiekfnjmkdfdgcjd |
Offizielle URL | https://chromewebstore.google.com/detail/foxy-newtab/opnnjhlgdknkcigifiekfnjmkdfdgcjd |
Beschreibung | Mesmerizing Search New Tab - Search better and look better too. |
Dateigröße | 2.37 MB |
Installationsanzahl | 56,305 |
Aktuelle Version | 18880.2311.15.1118 |
Letztes Update | 2023-11-16 |
Veröffentlichungsdatum | 2018-12-13 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://tryfoxy.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.solex.io/privacy |
Unterstützte Sprachen | 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" } } |