ShinySearch
Personalized Homepage for your new-tab
What is ShinySearch?
ShinySearch is a Chrome extension developed by https://www.shinysearch.com, and its main feature is "Personalized Homepage for your new-tab".
Extension Screenshots
Download ShinySearch Extension CRX File
Download ShinySearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
Extension Basic Information
Name | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
Official URL | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
Description | Personalized Homepage for your new-tab |
File Size | 17.96 KB |
Installation Count | 3,050 |
Current Version | 1.0.0 |
Last Updated | 2013-12-17 |
Publish Date | 2013-12-17 |
Rating | 4.19/5 Total 31 Ratings |
Developer | https://www.shinysearch.com |
Payment Type | free |
Extension Website | http://www.shinysearch.com |
Privacy Policy Page URL | http://www.shinysearch.com/privacy.html |
Supported Languages | 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" } } |