Wikipedia on Top
Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.
Wikipedia on Topとは何ですか?
Wikipedia on TopはJosh Houghtonによって開発されたChromeの拡張機能で、その主な機能は「Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.」です。
拡張機能のスクリーンショット
Wikipedia on Top拡張機能のCRXファイルをダウンロード
Wikipedia on Top拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wikipedia on Top takes the first (highest relevency) result in a Google search and moves it to the top of the results.
拡張機能の基本情報
名前 | Wikipedia on Top |
ID | fagbaeppakjohihhfadhdjddmpgofegj |
公式URL | https://chromewebstore.google.com/detail/wikipedia-on-top/fagbaeppakjohihhfadhdjddmpgofegj |
説明 | Wikipedia on Top ensures that your first Google result is always Wikipedia where possible. |
ファイルサイズ | 49.16 KB |
インストール数 | 313 |
現在のバージョン | 0.1.0 |
最終更新日 | 2024-03-06 |
公開日 | 2021-08-27 |
評価 | 4.25/5 合計 8 レビュー |
開発者 | Josh Houghton |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikipedia on Top", "version": "0.1.0", "manifest_version": 3, "description": "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "src\/bg\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*", "https:\/\/www.google.co.uk\/search*" ], "js": [ "src\/inject\/inject.js" ] } ] } |