RubberDucking

Your digital rubber duck companion

RubberDucking là gì?

RubberDucking là một tiện ích mở rộng Chrome được phát triển bởi luisrrv, và tính năng chính của nó là "Your digital rubber duck companion".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RubberDucking

Tải xuống các tệp mở rộng RubberDucking dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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! 🐤                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RubberDucking RubberDucking
ID ilnajmkjbglgobggkhahkpgomnjjegpe
URL Chính Thức https://chromewebstore.google.com/detail/rubberducking/ilnajmkjbglgobggkhahkpgomnjjegpe
Mô tả Your digital rubber duck companion
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2022-07-19
Ngày Phát Hành 2022-07-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển luisrrv
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/3562d2dd-d443-44a4-a647-509417747d02
Ngôn Ngữ Được Hỗ Trợ 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
}