Goatarize for Chrome

Instant bleating screaming goat on any page

什么是Goatarize for Chrome?

Goatarize for Chrome是由brovalex开发的Chrome扩展程序,该扩展的主要功能是“Instant bleating screaming goat on any page”。

扩展截图

screenshot

下载Goatarize for Chrome扩展crx文件

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

扩展使用说明

                        Instant bleating goat on any page! 

A plugin that spawns a screaming on to any page. Whether you are in disdain, confusion or in need of a little fun, spruce up your web browsing experience with our little goat. 

Note: the goat can be a little shy at times, so you may need to reload your pages when you first install the plugin. The goat will not come out on system tabs like "new tab" and "settings". 

Adapted script from Zurb's Playground
http://zurb.com/playground/jquery-raptorize

Goat sound effects by my lovely and talented girlfriend. 

Goat picture by Keven Law from Los Angeles, USA [CC BY-SA 2.0], via Wikimedia Commons                    

扩展基本信息

名称 Goatarize for Chrome Goatarize for Chrome
ID dmcghmgmohlfkaknkangmjnhdbejmcin
官方URL https://chromewebstore.google.com/detail/goatarize-for-chrome/dmcghmgmohlfkaknkangmjnhdbejmcin
简介 Instant bleating screaming goat on any page
文件大小 755 KB
安装次数 949
当前版本 1.0
更新时间 2017-04-05
上架时间 2017-04-05
评分 4.08/5 共13次评分
开发者 brovalex
付费类型 free
扩展官网 http://www.brovalex.com
帮助页面URL http://brovalex.com/contact/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goatarize for Chrome",
    "version": "1.0",
    "description": "Instant bleating screaming goat on any page",
    "browser_action": {
        "name": "Goatarize",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.goatarize.1.0.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "inject.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "goat-sound-1.ogg",
        "goat-sound-2.ogg",
        "goat-sound-3.ogg",
        "goat.png",
        "goat-sound-1.mp3",
        "goat-sound-2.mp3",
        "goat-sound-3.mp3"
    ]
}