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
电子邮箱 [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"
            ]
        }
    ]
}