Rubber Ducky
The answer to all of your programming and life's questions.
Rubber Ducky là gì?
Rubber Ducky là một tiện ích mở rộng Chrome được phát triển bởi samuelkauffman, và tính năng chính của nó là "The answer to all of your programming and life's questions.".
Tải xuống tệp CRX của tiện ích mở rộng Rubber Ducky
Tải xuống các tệp mở rộng Rubber Ducky dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ngfckicnblhnaebllppmjnnncaibcgmd |
URL Chính Thức | https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd |
Mô tả | The answer to all of your programming and life's questions. |
Kích Thước Tệp | 173 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-05-05 |
Ngày Phát Hành | 2015-05-05 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | samuelkauffman |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |