DEVELOPERS

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

Wat is DEVELOPERS?

DEVELOPERS is een Chrome-extensie ontwikkeld door toddwords, en de belangrijkste functie is "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DEVELOPERS

Download DEVELOPERS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
Officiële URL https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Beschrijving Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
Bestandsgrootte 193 KB
Aantal Installaties 50
Huidige Versie 1.0
Laatst Bijgewerkt 2017-01-05
Publicatiedatum 2017-01-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar toddwords
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://instarbooks.com/books/hotwriting.html
Ondersteunde Talen 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"
            ]
        }
    ]
}