Rubber Ducky

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

Was ist Rubber Ducky?

Rubber Ducky ist eine Chrome-Erweiterung, die von samuelkauffman entwickelt wurde, und ihr Hauptmerkmal ist "The answer to all of your programming and life's questions.".

Rubber Ducky-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rubber Ducky-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
Offizielle URL https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
Beschreibung The answer to all of your programming and life's questions.
Dateigröße 173 KB
Installationsanzahl 103
Aktuelle Version 1.0
Letztes Update 2015-05-05
Veröffentlichungsdatum 2015-05-05
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler samuelkauffman
Zahlungsart free
Unterstützte Sprachen 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"
    }
}