Google Result Highlighter
Highlight google search results from trusted websites.
Google Result Highlighterとは何ですか?
Google Result Highlighterはharunurhanによって開発されたChromeの拡張機能で、その主な機能は「Highlight google search results from trusted websites.」です。
拡張機能のスクリーンショット
Google Result Highlighter拡張機能のCRXファイルをダウンロード
Google Result Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Highlight google search results from trusted websites. You need to the website which you trust like stackoverflow.com or en.wikipedia.org and select a color for each of them. After that, the extension will highlight results of your google search from that web sites using the colors which you chose. It is an open source project: https://github.com/harunurhan/google-result-highlighter
拡張機能の基本情報
名前 | Google Result Highlighter |
ID | kimgfbhinaigoahlilmenjgbkcdfbeic |
公式URL | https://chromewebstore.google.com/detail/google-result-highlighter/kimgfbhinaigoahlilmenjgbkcdfbeic |
説明 | Highlight google search results from trusted websites. |
ファイルサイズ | 1.07 MB |
インストール数 | 190 |
現在のバージョン | 0.6 |
最終更新日 | 2021-01-02 |
公開日 | 2018-03-03 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | harunurhan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Result Highlighter", "description": "Highlight google search results from trusted websites.", "version": "0.6", "permissions": [ "*:\/\/www.google.co.uk\/*", "*:\/\/www.google.com.tr\/*", "*:\/\/www.google.com\/*", "*:\/\/www.google.co.in\/*", "*:\/\/www.google.com.my\/*", "*:\/\/www.google.co.id\/*", "*:\/\/www.google.ca\/*", "*:\/\/www.google.com.br\/*", "*:\/\/www.google.fr\/*", "*:\/\/www.google.de\/*", "*:\/\/www.google.es\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.google.co.uk\/*", "*:\/\/www.google.com.tr\/*", "*:\/\/www.google.com\/*", "*:\/\/www.google.co.in\/*", "*:\/\/www.google.com.my\/*", "*:\/\/www.google.co.id\/*", "*:\/\/www.google.ca\/*", "*:\/\/www.google.com.br\/*", "*:\/\/www.google.fr\/*", "*:\/\/www.google.de\/*", "*:\/\/www.google.es\/*" ], "js": [ "highlight.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "options_page": "config.html" } |