Google Search Underline
Underlines important hyperlinks for Google search.
What is Google Search Underline?
Google Search Underline is a Chrome extension developed by IsaacP, and its main feature is "Underlines important hyperlinks for Google search.".
Extension Screenshots
Download Google Search Underline Extension CRX File
Download Google Search Underline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple add-on that re-adds the old underline to blue hyperlinks for Google searches. Note: does not affect Ads.
Extension Basic Information
Name | Google Search Underline |
ID | libipaoihneocajbnbijebejmabilkdh |
Official URL | https://chromewebstore.google.com/detail/google-search-underline/libipaoihneocajbnbijebejmabilkdh |
Description | Underlines important hyperlinks for Google search. |
File Size | 12.83 KB |
Installation Count | 164 |
Current Version | 2.0.0 |
Last Updated | 2020-10-20 |
Publish Date | 2018-09-29 |
Rating | 4.80/5 Total 5 Ratings |
Developer | IsaacP |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |