DEVELOPERS

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

Co to jest DEVELOPERS?

DEVELOPERS to rozszerzenie Chrome opracowane przez toddwords, a jego główną funkcją jest „Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DEVELOPERS

Pobierz pliki rozszerzeń DEVELOPERS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
Oficjalny URL https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Opis Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
Rozmiar pliku 193 KB
Liczba instalacji 50
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-01-05
Data Publikacji 2017-01-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper toddwords
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://instarbooks.com/books/hotwriting.html
Obsługiwane Języki 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"
            ]
        }
    ]
}