DEVELOPERS

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

O que é DEVELOPERS?

DEVELOPERS é uma extensão do Chrome desenvolvida por toddwords, e sua principal característica é "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DEVELOPERS

Baixe arquivos de extensão DEVELOPERS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
URL Oficial https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Descrição Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
Tamanho do Arquivo 193 KB
Contagem de Instalações 50
Versão Atual 1.0
Última Atualização 2017-01-05
Data de Publicação 2017-01-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor toddwords
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://instarbooks.com/books/hotwriting.html
Idiomas Suportados 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"
            ]
        }
    ]
}