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ファイルをダウンロード

DEVELOPERS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}