Rubber Ducky

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

Hvad er Rubber Ducky?

Rubber Ducky er en Chrome-udvidelse udviklet af samuelkauffman, og dens hovedfunktion er "The answer to all of your programming and life's questions.".

Download Rubber Ducky-udvidelses-CRX-fil

Download Rubber Ducky-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
Officiel URL https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
Beskrivelse The answer to all of your programming and life's questions.
Filstørrelse 173 KB
Antal Installationer 103
Nuværende Version 1.0
Senest Opdateret 2015-05-05
Udgivelsesdato 2015-05-05
Bedømmelse 5.00/5 Samlet 11 Bedømmelser
Udvikler samuelkauffman
Betalingsmetode free
Understøttede Sprog 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"
    }
}