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"
    }
}