Rubber Ducky
The answer to all of your programming and life's questions.
Rubber Duckyとは何ですか?
Rubber Duckyはsamuelkauffmanによって開発されたChromeの拡張機能で、その主な機能は「The answer to all of your programming and life's questions.」です。
Rubber Ducky拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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" } } |