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