ShinySearch
Personalized Homepage for your new-tab
Wat is ShinySearch?
ShinySearch is een Chrome-extensie ontwikkeld door https://www.shinysearch.com, en de belangrijkste functie is "Personalized Homepage for your new-tab".
Extensie Screenshots
Download het CRX-bestand van de extensie ShinySearch
Download ShinySearch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
Basisinformatie over de Extensie
Naam | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
Officiële URL | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
Beschrijving | Personalized Homepage for your new-tab |
Bestandsgrootte | 17.96 KB |
Aantal Installaties | 3,050 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-12-17 |
Publicatiedatum | 2013-12-17 |
Beoordeling | 4.19/5 Totaal 31 Beoordelingen |
Ontwikkelaar | https://www.shinysearch.com |
Betalingswijze | free |
Extensiewebsite | http://www.shinysearch.com |
URL van de Privacybeleid Pagina | http://www.shinysearch.com/privacy.html |
Ondersteunde Talen | 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" } } |