DEVELOPERS

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

Τι είναι το DEVELOPERS;

Το DEVELOPERS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον toddwords, και η κύρια λειτουργία του είναι "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DEVELOPERS

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
            ]
        }
    ]
}