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" } } |