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"
}
} | |