Make Wikipedia #1
This extension will move Wikipedia pages to the top of your Google search results
Make Wikipedia #1とは何ですか?
Make Wikipedia #1はStephen LaPorteによって開発されたChromeの拡張機能で、その主な機能は「This extension will move Wikipedia pages to the top of your Google search results」です。
拡張機能のスクリーンショット
Make Wikipedia #1拡張機能のCRXファイルをダウンロード
Make Wikipedia #1拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ckmmohmhhpeemgpjanclllmmdajomdkc |
| 公式URL | https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc |
| 説明 | This extension will move Wikipedia pages to the top of your Google search results |
| ファイルサイズ | 92.26 KB |
| インストール数 | 173 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2013-10-30 |
| 公開日 | 2013-10-30 |
| 評価 | 4.29/5 合計 7 レビュー |
| 開発者 | Stephen LaPorte |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/slaporte/make-wikipedia-first |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Make Wikipedia #1",
"version": "0.0.3",
"manifest_version": 2,
"description": "This extension will move Wikipedia pages to the top of your Google search results",
"homepage_url": "https:\/\/github.com\/slaporte\/make-wikipedia-first",
"icons": {
"16": "imgs\/dotlogo-16.png",
"48": "imgs\/dotlogo-48.png",
"128": "imgs\/dotlogo-128.png"
},
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*"
],
"js": [
"src\/inject\/inject.js",
"js\/jquery\/jquery.js"
]
}
],
"options_page": "src\/options\/index.html"
} | |