DEVELOPERS

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

Apa itu DEVELOPERS?

DEVELOPERS adalah ekstensi Chrome yang dikembangkan oleh toddwords, dan fitur utamanya adalah "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DEVELOPERS

Unduh file ekstensi DEVELOPERS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
URL Resmi https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Deskripsi Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
Ukuran File 193 KB
Jumlah Instalasi 50
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-01-05
Tanggal Publikasi 2017-01-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang toddwords
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://instarbooks.com/books/hotwriting.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}