DEVELOPERS

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

DEVELOPERS là gì?

DEVELOPERS là một tiện ích mở rộng Chrome được phát triển bởi toddwords, và tính năng chính của nó là "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DEVELOPERS

Tải xuống các tệp mở rộng DEVELOPERS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
URL Chính Thức https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Mô tả Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-05
Ngày Phát Hành 2017-01-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển toddwords
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://instarbooks.com/books/hotwriting.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}