DEVELOPERS

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

Was ist DEVELOPERS?

DEVELOPERS ist eine Chrome-Erweiterung, die von toddwords entwickelt wurde, und ihr Hauptmerkmal ist "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DEVELOPERS-Erweiterungs-CRX-Datei herunterladen

Laden Sie DEVELOPERS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
Offizielle URL https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Beschreibung Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
Dateigröße 193 KB
Installationsanzahl 50
Aktuelle Version 1.0
Letztes Update 2017-01-05
Veröffentlichungsdatum 2017-01-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler toddwords
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://instarbooks.com/books/hotwriting.html
Unterstützte Sprachen 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"
            ]
        }
    ]
}