Ferald

Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley

什么是Ferald?

Ferald是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley”。

扩展截图

screenshot
screenshot

下载Ferald扩展crx文件

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

扩展使用说明

                        Pizza tastes better than broccoli.

Click anywhere to read the article — but only if you really, really, really have to.                    

扩展基本信息

名称 Ferald Ferald
ID jmljfoieohgbjeoaihahppodleeblimj
官方URL https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj
简介 Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
文件大小 13 KB
安装次数 36
当前版本 1.0
更新时间 2013-04-10
上架时间 2013-04-09
评分 4.08/5 共12次评分
开发者 Unknown
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ferald",
    "description": "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.nzherald.co.nz\/*",
                "*:\/\/*.stuff.co.nz\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "grumpycatno.svg"
    ]
}