proDUCKtive: Rubber Duck Helper
Rubber duck extension for proDUCKtivity
什么是proDUCKtive: Rubber Duck Helper?
proDUCKtive: Rubber Duck Helper是由konvenienzapps开发的Chrome扩展程序,该扩展的主要功能是“Rubber duck extension for proDUCKtivity”。
扩展截图
下载proDUCKtive: Rubber Duck Helper扩展crx文件
下载proDUCKtive: Rubber Duck Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
proDUCKtive
proDUCKtive helps you solve tough problems by offering simple solutions
and reminders that will set you on the right track.
Got a program that doesn't seem to be working right? Need someone to explain your code to?
Unsure what step to take next? Just ask your proDUCKtive little helper, rubber duck🐤.
How does it work:
1. Get a problem
2. Click on the "Quack!" button
3. See what rubber duck's solution is
proDUCKtive is based on the software engineering concept of rubber duck debugging which is a way for
programmers to debug their code and solve problems efficiently. Of course, this concept also applies to anyone with a problem to solve🤔.
By explaining your problem in detail, and with a little extra help from rubber duck's suggestions😉, you can easily solve any problem you put your mind to!💪
proDUCKtive comes with a predefined set of responses. You can modify those responses
and even add your own in the options page.
Other creative and fun uses for proDUCKtive rubber duck:
- random task generator/selector for when you don't know what project to work on
- sticky notes for quickly jotting things down
- joke generator for when you need some cheering up 😂 (just be sure to add something funny in your duck's possible responses)
Check out https://github.com/naomi-rc/proDUCKtive-chrome-extension for more info! 扩展基本信息
| 名称 | |
| ID | ihoaoofehlfpgfnnnhhhleebkjmflhke |
| 官方URL | https://chromewebstore.google.com/detail/producktive-rubber-duck-h/ihoaoofehlfpgfnnnhhhleebkjmflhke |
| 简介 | Rubber duck extension for proDUCKtivity |
| 文件大小 | 1.37 MB |
| 安装次数 | 46 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-01-07 |
| 上架时间 | 2021-01-07 |
| 开发者 | konvenienzapps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "proDUCKtive: Rubber Duck Helper",
"version": "1.0",
"description": "Rubber duck extension for proDUCKtivity",
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "duck.png",
"default_popup": "producktive.html",
"default_title": "Press spacebar when in focus to quack"
},
"options_page": "options.html"
} | |