proDUCKtive: Rubber Duck Helper

Rubber duck extension for proDUCKtivity

proDUCKtive: Rubber Duck Helper क्या है?

proDUCKtive: Rubber Duck Helper konvenienzapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rubber duck extension for proDUCKtivity"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में proDUCKtive: Rubber Duck Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}