DEVELOPERS

Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it

DEVELOPERS란 무엇입니까?

DEVELOPERS은(는) toddwords에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DEVELOPERS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add some extra enthusiasm to your job search or hiring call with DEVELOPERS! This premium chrome extension causes Steve Ballmer to yell the word "Developers!" every time you mouse over the word "developer" or "developers." 12 yells in all! Text also changes color and gets bigger. Even works when you type "developers" yourself on facebook or in an email!

---
Produced by Todd Anderson as the reward for 50 sales of his book Hotwriting, available from Instar Books: http://instarbooks.com/books/hotwriting.html                    

확장 프로그램 기본 정보

이름 DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
공식 URL https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
설명 Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
파일 크기 193 KB
설치 횟수 50
현재 버전 1.0
최근 업데이트 2017-01-05
출시 날짜 2017-01-05
평점 5.00/5 총 1 개의 평점
개발자 toddwords
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://instarbooks.com/books/hotwriting.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DEVELOPERS",
    "description": "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "inject.js"
            ]
        }
    ]
}