Force=Horse

As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…

什么是Force=Horse?

Force=Horse是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…”。

扩展截图

screenshot
screenshot

下载Force=Horse扩展crx文件

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

扩展使用说明

                        As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to Horses...

See source here - https://github.com/J00MZ/force-horse                    

扩展基本信息

名称 Force=Horse Force=Horse
ID admniokofphkhglpdbipmlaabjlclmip
官方URL https://chromewebstore.google.com/detail/forcehorse/admniokofphkhglpdbipmlaabjlclmip
简介 As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…
文件大小 5.85 KB
安装次数 24
当前版本 0.3
更新时间 2014-09-09
上架时间 2014-09-09
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force=Horse",
    "short_name": "Force=Horse",
    "version": "0.3",
    "permissions": [
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.google.com\/*",
        "http:\/\/*.wikipedia.org\/*",
        "http:\/\/*.nytimes.com\/*",
        "http:\/\/*.wsj.com\/*",
        "http:\/\/*.usatoday.com\/*",
        "http:\/\/*.latimes.com\/*",
        "http:\/\/*.washingtonpost.com\/*",
        "http:\/\/*.nypost.com\/*",
        "http:\/\/*.suntimes.com\/*",
        "http:\/\/*.chicagotribune.com\/*",
        "http:\/\/*.cnn.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.google.com\/*",
                "http:\/\/*.nytimes.com\/*",
                "http:\/\/*.wsj.com\/*",
                "http:\/\/*.usatoday.com\/*",
                "http:\/\/*.latimes.com\/*",
                "http:\/\/*.washingtonpost.com\/*",
                "http:\/\/*.nypost.com\/*",
                "http:\/\/*.suntimes.com\/*",
                "http:\/\/*.chicagotribune.com\/*",
                "http:\/\/edition.cnn.com\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}