ShinySearch
Personalized Homepage for your new-tab
Qu'est-ce que ShinySearch ?
ShinySearch est une extension Chrome développée par https://www.shinysearch.com, et sa fonction principale est "Personalized Homepage for your new-tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShinySearch
Téléchargez les fichiers d'extension ShinySearch 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
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
Informations de Base sur l'Extension
Nom | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
URL Officiel | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
Description | Personalized Homepage for your new-tab |
Taille du Fichier | 17.96 KB |
Nombre d'Installations | 3,050 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2013-12-17 |
Date de Publication | 2013-12-17 |
Évaluation | 4.19/5 Total 31 Évaluations |
Développeur | https://www.shinysearch.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.shinysearch.com |
URL de la Page de Politique de Confidentialité | http://www.shinysearch.com/privacy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShinySearch", "version": "1.0.0", "manifest_version": 2, "description": "Personalized Homepage for your new-tab", "permissions": [ "cookies", "tabs", "webNavigation", "http:\/\/www.shinysearch.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.shinysearch.com\/sethomepage.php" ], "css": [ "css\/chr_ext.css" ], "all_frames": false, "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "img\/icon19.png" }, "default_title": "Goto ShinySearch" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |