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 |
官方網址 | 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" } } |