Google Search Underline
Underlines important hyperlinks for Google search.
Google Search Underlineとは何ですか?
Google Search UnderlineはIsaacPによって開発されたChromeの拡張機能で、その主な機能は「Underlines important hyperlinks for Google search.」です。
拡張機能のスクリーンショット
Google Search Underline拡張機能のCRXファイルをダウンロード
Google Search Underline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple add-on that re-adds the old underline to blue hyperlinks for Google searches.
Note: does not affect Ads. 拡張機能の基本情報
| 名前 | |
| ID | libipaoihneocajbnbijebejmabilkdh |
| 公式URL | https://chromewebstore.google.com/detail/google-search-underline/libipaoihneocajbnbijebejmabilkdh |
| 説明 | Underlines important hyperlinks for Google search. |
| ファイルサイズ | 12.83 KB |
| インストール数 | 164 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2020-10-20 |
| 公開日 | 2018-09-29 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | IsaacP |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google Search Underline",
"description": "Underlines important hyperlinks for Google search.",
"version": "2.0.0",
"content_scripts": [
{
"matches": [
"*:\/\/www.google.ca\/*",
"https:\/\/encrypted.google.com\/*",
"*:\/\/www.google.ae\/*",
"*:\/\/www.google.com\/*",
"*:\/\/www.google.at\/*",
"*:\/\/www.google.au\/*",
"*:\/\/www.google.be\/*",
"*:\/\/www.google.bg\/*",
"*:\/\/www.google.ch\/*",
"*:\/\/www.google.cl\/*",
"*:\/\/www.google.cn\/*",
"*:\/\/www.google.co.id\/*",
"*:\/\/www.google.co.il\/*",
"*:\/\/www.google.co.in\/*",
"*:\/\/www.google.co.kr\/*",
"*:\/\/www.google.co.nz\/*",
"*:\/\/www.google.co.jp\/*",
"*:\/\/www.google.co.th\/*",
"*:\/\/www.google.co.uk\/*",
"*:\/\/www.google.co.ve\/*",
"*:\/\/www.google.co.za\/*",
"*:\/\/www.google.com.ar\/*",
"*:\/\/www.google.com.au\/*",
"*:\/\/www.google.com.br\/*",
"*:\/\/www.google.com.co\/*",
"*:\/\/www.google.com.eg\/*",
"*:\/\/www.google.com.hk\/*",
"*:\/\/www.google.com.mx\/*",
"*:\/\/www.google.com.my\/*",
"*:\/\/www.google.com.ng\/*",
"*:\/\/www.google.com.pe\/*",
"*:\/\/www.google.com.ph\/*",
"*:\/\/www.google.com.pk\/*",
"*:\/\/www.google.com.sa\/*",
"*:\/\/www.google.com.sg\/*",
"*:\/\/www.google.com.tr\/*",
"*:\/\/www.google.com.tw\/*",
"*:\/\/www.google.com.ua\/*",
"*:\/\/www.google.com.vn\/*",
"*:\/\/www.google.cz\/*",
"*:\/\/www.google.de\/*",
"*:\/\/www.google.dk\/*",
"*:\/\/www.google.ee\/*",
"*:\/\/www.google.es\/*",
"*:\/\/www.google.fi\/*",
"*:\/\/www.google.fr\/*",
"*:\/\/www.google.gr\/*",
"*:\/\/www.google.hr\/*",
"*:\/\/www.google.hu\/*",
"*:\/\/www.google.ie\/*",
"*:\/\/www.google.it\/*",
"*:\/\/www.google.lt\/*",
"*:\/\/www.google.lv\/*",
"*:\/\/www.google.nl\/*",
"*:\/\/www.google.no\/*",
"*:\/\/www.google.pl\/*",
"*:\/\/www.google.pt\/*",
"*:\/\/www.google.ro\/*",
"*:\/\/www.google.rs\/*",
"*:\/\/www.google.ru\/*",
"*:\/\/www.google.se\/*",
"*:\/\/www.google.si\/*",
"*:\/\/www.google.sk\/*"
],
"js": [
"cs.js"
],
"css": [
"GUL.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "i16.png",
"48": "i48.png",
"128": "i128.png"
}
} | |