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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" } } |