Rubber Ducky

The answer to all of your programming and life's questions.

O que é Rubber Ducky?

Rubber Ducky é uma extensão do Chrome desenvolvida por samuelkauffman, e sua principal característica é "The answer to all of your programming and life's questions.".

Baixar o arquivo CRX da Extensão Rubber Ducky

Baixe arquivos de extensão Rubber Ducky 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

                        Do you find that you ask questions and then answer yourself before the other person says a word?  Meet Rubber Ducky, your answer to programming and life's big questions.  Talk long enough to your new little yellow friend and the answer will come out of your mouth.                    

Informações Básicas da Extensão

Nome Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
URL Oficial https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
Descrição The answer to all of your programming and life's questions.
Tamanho do Arquivo 173 KB
Contagem de Instalações 103
Versão Atual 1.0
Última Atualização 2015-05-05
Data de Publicação 2015-05-05
Classificação 5.00/5 Total de 11 Avaliações
Desenvolvedor samuelkauffman
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rubber Ducky",
    "description": "The answer to all of your programming and life's questions.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "48": "images\/Ducky.png",
        "128": "images\/Ducky.png"
    }
}