DEVELOPERS

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

Qu'est-ce que DEVELOPERS ?

DEVELOPERS est une extension Chrome développée par toddwords, et sa fonction principale est "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DEVELOPERS

Téléchargez les fichiers d'extension DEVELOPERS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
URL Officiel https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Description Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
Taille du Fichier 193 KB
Nombre d'Installations 50
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-05
Date de Publication 2017-01-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur toddwords
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://instarbooks.com/books/hotwriting.html
Langues Prises en Charge 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"
            ]
        }
    ]
}