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