proDUCKtive: Rubber Duck Helper

Rubber duck extension for proDUCKtivity

proDUCKtive: Rubber Duck Helper란 무엇입니까?

proDUCKtive: Rubber Duck Helper은(는) konvenienzapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rubber duck extension for proDUCKtivity"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

proDUCKtive: Rubber Duck Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 proDUCKtive: Rubber Duck Helper proDUCKtive: Rubber Duck Helper
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"
}