Rubber Ducky

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

Cos'è Rubber Ducky?

Rubber Ducky è un'estensione di Chrome sviluppata da samuelkauffman, e la sua funzione principale è "The answer to all of your programming and life's questions.".

Scarica il file CRX dell'estensione Rubber Ducky

Scarica i file di estensione Rubber Ducky in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
URL Ufficiale https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
Descrizione The answer to all of your programming and life's questions.
Dimensione del File 173 KB
Conteggio Installazioni 103
Versione Corrente 1.0
Ultimo Aggiornamento 2015-05-05
Data di Pubblicazione 2015-05-05
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore samuelkauffman
Tipo di Pagamento free
Lingue Supportate 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"
    }
}