Rubber Ducky

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

¿Qué es Rubber Ducky?

Rubber Ducky es una extensión de Chrome desarrollada por samuelkauffman, y su función principal es "The answer to all of your programming and life's questions.".

Descargar Archivo CRX de la Extensión Rubber Ducky

Descarga archivos de extensión Rubber Ducky en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
URL Oficial https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
Descripción The answer to all of your programming and life's questions.
Tamaño del Archivo 173 KB
Cantidad de Instalaciones 103
Versión Actual 1.0
Última Actualización 2015-05-05
Fecha de Publicación 2015-05-05
Calificación 5.00/5 Total de 11 Calificaciones
Desarrollador samuelkauffman
Tipo de Pago free
Idiomas Soportados 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"
    }
}