Chalkduster

Make you screen beautiful with chalkduster

Chalkdusterคืออะไร?

Chalkduster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Handmade Studios และคุณลักษณะหลักของมันคือ "Make you screen beautiful with chalkduster"

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

screenshot

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

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

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

                        Make the web beautiful with Chalkduster and a single image of chalk. You can toggle it on and off (not).

Note: Only works on machines that have the Chalkduster font installed                    

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

ชื่อ Chalkduster Chalkduster
ID ochkbkpgimkpoopgncghccnfnecdcoio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chalkduster/ochkbkpgimkpoopgncghccnfnecdcoio
คำอธิบาย Make you screen beautiful with chalkduster
ขนาดไฟล์ 376 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-07-23
วันที่เผยแพร่ 2019-09-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Handmade Studios
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chalkduster",
    "version": "0.1",
    "description": "Make you screen beautiful with chalkduster",
    "page_action": {
        "default_icon": {
            "16": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}