Rubber Ducky

Rubber Ducky is your helper in any tough situation. Just explain your problem, and you will find a solution!

Rubber Ducky क्या है?

Rubber Ducky Gleb Sabirzyanov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rubber Ducky is your helper in any tough situation. Just explain your problem, and you will find a solution!"।

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

screenshot
screenshot
screenshot

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

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

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

                        A psychology-based technique that keeps you focused and conscious to find solutions faster. 🐤

Can't decide what flavour of coffee to pick today? Trying to understand a bug in your code? Want to find a way to make your car autonomous? Can't figure out how to use a new gadget? Talk to rubber ducky!

✔️ Get yourself a difficult problem.
 — Explain it in detail to Rubber Ducky.
 — Now you understand the problem better! Quack!
 — No solution yet? Take a short walk. :)

Visit https://zyumbik.github.io/pages/ducky for more information.

Tips on how to find solutions faster:
- Be as specific as possible, or Ducky might not understand you.
- Don’t leave out details, even the sensitive ones. This duck’s memory is not very good anyway.
- Talk to Ducky like a human would talk to a human. Ducks have feelings too!
- While explaining your problem, you will definitely find some useful insights.
- While reading through your writing, you might even find a complete solution.
- If nothing still comes to your mind, you can go for a walk and then return to your problem with the fresh head. All your notes will be saved.

Rubber Ducky is based on the idea of "rubber duck debugging". It’s 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 Ducky will always be here to help!

You could also use this extension to quickly make some notes. They will be saved after you close the window.                    

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

नाम Rubber Ducky Rubber Ducky
ID hjfbmplihnjfnkdfhkjcddhflcheeoik
आधिकारिक URL https://chrome.google.com/webstore/detail/rubber-ducky/hjfbmplihnjfnkdfhkjcddhflcheeoik
विवरण Rubber Ducky is your helper in any tough situation. Just explain your problem, and you will find a solution!
फ़ाइल का आकार 39.33 KB
स्थापना संख्या 220
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-06-20
प्रकाशन तिथि 2018-06-20
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर Gleb Sabirzyanov
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zyumbik.github.io/pages/ducky
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rubber Ducky",
    "description": "Rubber Ducky is your helper in any tough situation. Just explain your problem, and you will find a solution!",
    "version": "1.0",
    "version_name": "1.0 - Young Ducky",
    "manifest_version": 2,
    "author": "Gleb Sabirzyanov",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Can I help?",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/Ducky-16.png",
        "32": "icon\/Ducky-32.png",
        "48": "icon\/Ducky-48.png",
        "128": "icon\/Ducky-128.png"
    }
}