DADO

Randomly discover the most inspiring designers & agencies

DADOคืออะไร?

DADO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://marcozani.xyz และคุณลักษณะหลักของมันคือ "Randomly discover the most inspiring designers & agencies"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DADO

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

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

                        Roll the dice to browse through the curated list of awesome websites                    

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

ชื่อ DADO DADO
ID akkhlkibihbaekfemhnigplenjbfikhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dado/akkhlkibihbaekfemhnigplenjbfikhp
คำอธิบาย Randomly discover the most inspiring designers & agencies
ขนาดไฟล์ 29.72 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-12-30
วันที่เผยแพร่ 2015-12-30
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://marcozani.xyz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DADO",
    "description": "Randomly discover the most inspiring designers & agencies",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "DADO",
        "default_icon": "dado.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}