RubberDucking
Your digital rubber duck companion
RubberDuckingคืออะไร?
RubberDucking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luisrrv และคุณลักษณะหลักของมันคือ "Your digital rubber duck companion"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RubberDucking
ดาวน์โหลดไฟล์ส่วนขยาย RubberDucking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } |