google search direct link

过滤掉 google 结果页的链接转发,身在天朝伤不起啊

什么是google search direct link?

google search direct link是由Eric-Guo开发的Chrome扩展程序,该扩展的主要功能是“过滤掉 google 结果页的链接转发,身在天朝伤不起啊”。

下载google search direct link扩展crx文件

下载google search direct link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 google search direct link google search direct link
ID mekpgmgiapjndagadmfeielplhhbanhp
官方URL https://chrome.google.com/webstore/detail/google-search-direct-link/mekpgmgiapjndagadmfeielplhhbanhp
简介 过滤掉 google 结果页的链接转发,身在天朝伤不起啊
文件大小 10.54 KB
安装次数 79
当前版本 0.4.2
更新时间 2015-11-18
上架时间 2015-11-18
评分 5.00/5 共3次评分
开发者 Eric-Guo
付费类型 free
扩展官网 https://github.com/iuhoay/google-search-filter
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "google search direct link",
    "version": "0.4.2",
    "description": "\u8fc7\u6ee4\u6389 google \u7ed3\u679c\u9875\u7684\u94fe\u63a5\u8f6c\u53d1\uff0c\u8eab\u5728\u5929\u671d\u4f24\u4e0d\u8d77\u554a",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "filter.js"
            ],
            "matches": [
                "*:\/\/www.google.com.hk\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.cn\/*",
                "*:\/\/www.google.com.sg\/*",
                "*:\/\/www.google.co.jp\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/github.com\/iuhoay\/google-search-filter",
    "icons": {
        "128": "ico.png"
    }
}