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
官方網址 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"
    ]
}