Ask a question Rubber Duck

Rubber ducking is a powerful method for solving even the most complex problems

Ask a question Rubber Duckคืออะไร?

Ask a question Rubber Duck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agency Enterprise และคุณลักษณะหลักของมันคือ "Rubber ducking is a powerful method for solving even the most complex problems"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ask a question Rubber Duck

ดาวน์โหลดไฟล์ส่วนขยาย Ask a question Rubber Duck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is just a fun little thing to remind you to Rubber Duck, that you can talk to the duck, and that seeing the little icon in Chrome will prime you to be likely to take a step back and rubber duck and that might save you a lot of time and increase your productivity.

Rubber ducking increases agency and we at AE Studio like building products that increase agency with technology.

https://ae.studio/

---

In software engineering, rubber duck debugging or rubber ducking is a method of debugging code. The name is a reference to a story in the book The Pragmatic Programmer in which a programmer would carry around a rubber duck and debug their code by forcing themselves to explain it, line-by-line, to the duck. Many other terms exist for this technique, often involving different inanimate objects.

Many programmers have had the experience of explaining a problem to someone else, possibly even to someone who knows nothing about programming, and then hitting upon the solution in the process of explaining the problem. In describing what the code is supposed to do and observing what it actually does, any incongruity between these two becomes apparent. More generally, teaching a subject forces its evaluation from different perspectives and can provide a deeper understanding. By using an inanimate object, the programmer can try to accomplish this without having to interrupt anyone else.

From https://en.wikipedia.org/wiki/Rubber_duck_debugging

Inspired by https://meta.stackexchange.com/q/308564/147423                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ask a question Rubber Duck Ask a question Rubber Duck
ID ombhodkijbleplpnaafpbiimdegcdfph
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ask-a-question-rubber-duc/ombhodkijbleplpnaafpbiimdegcdfph
คำอธิบาย Rubber ducking is a powerful method for solving even the most complex problems
ขนาดไฟล์ 705 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-10-26
วันที่เผยแพร่ 2018-10-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Agency Enterprise
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ae.studio
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ask a question Rubber Duck",
    "version": "1.0",
    "description": "Rubber ducking is a powerful method for solving even the most complex problems",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/quack128.png"
    },
    "icons": {
        "16": "images\/quack16.png",
        "32": "images\/quack32.png",
        "48": "images\/quack48.png",
        "128": "images\/quack128.png"
    },
    "manifest_version": 2
}