Rubber Ducky
The answer to all of your programming and life's questions.
What is Rubber Ducky?
Rubber Ducky is a Chrome extension developed by samuelkauffman, and its main feature is "The answer to all of your programming and life's questions.".
Download Rubber Ducky Extension CRX File
Download Rubber Ducky extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ngfckicnblhnaebllppmjnnncaibcgmd |
Official URL | https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd |
Description | The answer to all of your programming and life's questions. |
File Size | 173 KB |
Installation Count | 103 |
Current Version | 1.0 |
Last Updated | 2015-05-05 |
Publish Date | 2015-05-05 |
Rating | 5.00/5 Total 11 Ratings |
Developer | samuelkauffman |
Payment Type | free |
Supported Languages | 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" } } |