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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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