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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}