RubberDucking

Your digital rubber duck companion

什麼是RubberDucking?

RubberDucking是由luisrrv開發的Chrome擴展程式,該擴展的主要功能是“Your digital rubber duck companion”。

擴展截圖

screenshot
screenshot
screenshot

下載RubberDucking擴展crx文件

下載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 RubberDucking
ID ilnajmkjbglgobggkhahkpgomnjjegpe
官方網址 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
}