Rubber Ducky

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

Wat is Rubber Ducky?

Rubber Ducky is een Chrome-extensie ontwikkeld door samuelkauffman, en de belangrijkste functie is "The answer to all of your programming and life's questions.".

Download het CRX-bestand van de extensie Rubber Ducky

Download Rubber Ducky-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
Officiële URL https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
Beschrijving The answer to all of your programming and life's questions.
Bestandsgrootte 173 KB
Aantal Installaties 103
Huidige Versie 1.0
Laatst Bijgewerkt 2015-05-05
Publicatiedatum 2015-05-05
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar samuelkauffman
Betalingswijze free
Ondersteunde Talen 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"
    }
}