Search and New Tab by Yahoo
This extension sets your search engine to Yahoo and customizes your new tab page with beautiful photos and access to your top sites
Qu'est-ce que Search and New Tab by Yahoo ?
Search and New Tab by Yahoo est une extension Chrome développée par https://yahoo.com, et sa fonction principale est "This extension sets your search engine to Yahoo and customizes your new tab page with beautiful photos and access to your top sites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search and New Tab by Yahoo
Téléchargez les fichiers d'extension Search and New Tab by Yahoo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This add-on sets your default search engine to Yahoo and brings a fresh look to your new tab page. Get powerful search results, gorgeous Flickr photos and quick access to your top sites each time you open a new tab!
Informations de Base sur l'Extension
Nom | Search and New Tab by Yahoo |
ID | lannejjfkoabhaaeapeiemfefgccjjik |
URL Officiel | https://chromewebstore.google.com/detail/search-and-new-tab-by-yah/lannejjfkoabhaaeapeiemfefgccjjik |
Description | This extension sets your search engine to Yahoo and customizes your new tab page with beautiful photos and access to your top sites |
Taille du Fichier | 2.49 MB |
Nombre d'Installations | 12,649 |
Version Actuelle | 3.0.2 |
Dernière Mise à Jour | 2023-09-23 |
Date de Publication | 2020-08-26 |
Évaluation | 4.00/5 Total 12 Évaluations |
Développeur | https://yahoo.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://legal.yahoo.com/us/en/yahoo/privacy/index.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "chrome_settings_overrides": { "search_provider": { "name": "Yahoo Partner", "keyword": "Yahoo", "search_url": "https:\/\/search.yahoo.com\/search?p={searchTerms}&manifest=1", "favicon_url": "https:\/\/www.yahoo.com\/favicon.ico", "suggest_url": "https:\/\/search.yahoo.com\/sugg\/ie?output=fxjson&command={searchTerms}&nResults=10", "encoding": "UTF-8", "is_default": true } }, "manifest_version": 3, "name": "__MSG_newtab_chrome_extension_name__", "description": "__MSG_newtab_chrome_extension_description__", "version": "3.0.2", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "declarativeNetRequestWithHostAccess", "tabs", "topSites", "cookies", "storage", "alarms" ], "host_permissions": [ "*:\/\/*.yahoo.com\/" ], "icons": { "128": "icons\/Y_NT128.png" }, "action": { "default_icon": { "64": "icons\/Y_NT64.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.yahoo.com\/*" ], "js": [ "notifyPresence.js" ], "all_frames": true } ] } |