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.
扩展基本信息
名称 | Google Search Underline |
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 |
电子邮箱 | [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" } } |