ShinySearch
Personalized Homepage for your new-tab
Hvad er ShinySearch?
ShinySearch er en Chrome-udvidelse udviklet af https://www.shinysearch.com, og dens hovedfunktion er "Personalized Homepage for your new-tab".
Udvidelsesskærmbilleder
Download ShinySearch-udvidelses-CRX-fil
Download ShinySearch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
Grundlæggende oplysninger om udvidelsen
Navn | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
Officiel URL | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
Beskrivelse | Personalized Homepage for your new-tab |
Filstørrelse | 17.96 KB |
Antal Installationer | 3,050 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2013-12-17 |
Udgivelsesdato | 2013-12-17 |
Bedømmelse | 4.19/5 Samlet 31 Bedømmelser |
Udvikler | https://www.shinysearch.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.shinysearch.com |
URL til Fortrolighedspolitik Side | http://www.shinysearch.com/privacy.html |
Understøttede Sprog | 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" } } |