Rubber Ducky

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

Vad är Rubber Ducky?

Rubber Ducky är en Chrome-tillägg utvecklad av samuelkauffman, och dess huvudfunktion är "The answer to all of your programming and life's questions.".

Ladda ner Rubber Ducky-förlängningens CRX-fil

Ladda ner Rubber Ducky-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
Officiell webbadress https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
Beskrivning The answer to all of your programming and life's questions.
Filstorlek 173 KB
Antal Installationer 103
Aktuell Version 1.0
Senast Uppdaterad 2015-05-05
Publiceringsdatum 2015-05-05
Betyg 5.00/5 Totalt 11 Betyg
Utvecklare samuelkauffman
Betalningssätt free
Stödda Språk 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"
    }
}