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