ShinySearch
Personalized Homepage for your new-tab
什麼是ShinySearch?
ShinySearch是由https://www.shinysearch.com開發的Chrome擴展程式,該擴展的主要功能是“Personalized Homepage for your new-tab”。
擴展截圖
下載ShinySearch擴展crx文件
下載ShinySearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
擴展基本資訊
名稱 | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
官方網址 | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
簡介 | Personalized Homepage for your new-tab |
檔案大小 | 17.96 KB |
安裝次數 | 3,050 |
目前版本 | 1.0.0 |
更新時間 | 2013-12-17 |
上架時間 | 2013-12-17 |
評分 | 4.19/5 共 31 次評分 |
開發者 | https://www.shinysearch.com |
付費類型 | free |
擴展官網 | http://www.shinysearch.com |
隱私政策頁面URL | http://www.shinysearch.com/privacy.html |
支援的語言 | 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" } } |