Rubber Ducky

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

Apa itu Rubber Ducky?

Rubber Ducky adalah ekstensi Chrome yang dikembangkan oleh samuelkauffman, dan fitur utamanya adalah "The answer to all of your programming and life's questions.".

Unduh Berkas CRX Ekstensi Rubber Ducky

Unduh file ekstensi Rubber Ducky dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
URL Resmi https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
Deskripsi The answer to all of your programming and life's questions.
Ukuran File 173 KB
Jumlah Instalasi 103
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-05-05
Tanggal Publikasi 2015-05-05
Penilaian 5.00/5 Total 11 Penilaian
Pengembang samuelkauffman
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}