DEVELOPERS

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

Co je DEVELOPERS?

DEVELOPERS je rozšíření Chrome vyvinuté toddwords, a jeho hlavní funkcí je „Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DEVELOPERS

Stáhněte si soubory rozšíření DEVELOPERS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
Oficiální URL https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Popis Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
Velikost souboru 193 KB
Počet instalací 50
Aktuální Verze 1.0
Poslední Aktualizace 2017-01-05
Datum Vydání 2017-01-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář toddwords
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://instarbooks.com/books/hotwriting.html
Podporované Jazyky 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"
            ]
        }
    ]
}