Rubber Ducky

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

Rubber Duckyคืออะไร?

Rubber Ducky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samuelkauffman และคุณลักษณะหลักของมันคือ "The answer to all of your programming and life's questions."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rubber Ducky

ดาวน์โหลดไฟล์ส่วนขยาย Rubber Ducky ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rubber Ducky Rubber Ducky
ID ngfckicnblhnaebllppmjnnncaibcgmd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd
คำอธิบาย The answer to all of your programming and life's questions.
ขนาดไฟล์ 173 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-05-05
วันที่เผยแพร่ 2015-05-05
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา samuelkauffman
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}