Top Search
Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…
Qu'est-ce que Top Search ?
Top Search est une extension Chrome développée par gabrieljones634, et sa fonction principale est "Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Top Search
Téléchargez les fichiers d'extension Top Search 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
Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The new tab has dynamic background and it displays current date and time (may take some time for your most visited sites to appear - based on Chrome's API). For more information please visit: https://www.tops-searchs.com Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the Top Search Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.tops-searchs.com/site/pages/terms_of_use and privacy policy at https://www.tops-searchs.com/site/pages/privacy_policy. The extension will update your new-tab search to be powered by Microsoft Bing.
Informations de Base sur l'Extension
Nom | |
ID | hnpgceaconbdbbcfmbmbngkkpolicdhd |
URL Officiel | https://chrome.google.com/webstore/detail/top-search/hnpgceaconbdbbcfmbmbngkkpolicdhd |
Description | Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The… |
Taille du Fichier | 4.77 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.0.69 |
Dernière Mise à Jour | 2022-07-17 |
Date de Publication | 2022-04-20 |
Développeur | gabrieljones634 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.tops-searchs.com |
URL de la Page d'Aide | https://www.tops-searchs.com/site/pages/contact_us |
URL de la Page de Politique de Confidentialité | https://www.tops-searchs.com/pages/privacy_policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Top Search", "description": "", "homepage_url": "https:\/\/www.tops-searchs.com", "version": "1.0.0.69", "manifest_version": 3, "default_locale": "en", "action": { "default_title": "__MSG_app_name__" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "history", "storage", "alarms" ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png", "128": "img\/128.png" } } |