RubberDucking

Your digital rubber duck companion

RubberDucking क्या है?

RubberDucking luisrrv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your digital rubber duck companion"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में RubberDucking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Rubber Ducking is your helper in any tough situation. Just explain or type in your problem and you will find a solution!

You can also click on search to make a quick google search!
There are many ducks that will be randomly available to help you every time you open the extension.

"Rubber duck debugging" is a software engineering method of debugging the code by trying to explain it line-by-line to an inanimate object. This method can obviously be used not only in programming but anywhere you could imagine. The key here is to give a thorough description of your problem, question or anything else that is wracking your brain. 

The Ducks will always be here to help! 🐤                    

एक्सटेंशन की मूल जानकारी

नाम RubberDucking RubberDucking
ID ilnajmkjbglgobggkhahkpgomnjjegpe
आधिकारिक URL https://chromewebstore.google.com/detail/rubberducking/ilnajmkjbglgobggkhahkpgomnjjegpe
विवरण Your digital rubber duck companion
फ़ाइल का आकार 1.85 MB
स्थापना संख्या 53
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2022-07-19
प्रकाशन तिथि 2022-07-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर luisrrv
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/3562d2dd-d443-44a4-a647-509417747d02
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RubberDucking",
    "version": "0.1.0",
    "description": "Your digital rubber duck companion",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/duck-icon.png",
            "24": "assets\/duck-icon.png",
            "32": "assets\/duck-icon.png"
        },
        "default_title": "Rubber Duck",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}