Show me a duck
Simple extension that show some ducks
Show me a duckคืออะไร?
Show me a duck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simple extension that show some ducks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show me a duck
ดาวน์โหลดไฟล์ส่วนขยาย Show me a duck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        This plugins shows a random picture of a duck, every time you click on the button of show me a duck.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | oplfkdjfkhobipacfcibmbpamceihkod | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-me-a-duck/oplfkdjfkhobipacfcibmbpamceihkod | 
| คำอธิบาย | Simple extension that show some ducks | 
| ขนาดไฟล์ | 12.7 KB | 
| จำนวนการติดตั้ง | 639 | 
| เวอร์ชันปัจจุบัน | 1.0 | 
| อัปเดตครั้งล่าสุด | 2021-10-28 | 
| วันที่เผยแพร่ | 2021-10-28 | 
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน | 
| ผู้พัฒนา | Unknown | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show me a duck",
    "description": "Simple extension that show some ducks",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/random-d.uk\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}  |  |