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 扩展基本信息
| 名称 | |
| ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
| 官方URL | 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"
}
} | |