Google Form Desing Editor

Google Form Desing Editor allows you to alter the document aspect.

Google Form Desing Editorคืออะไร?

Google Form Desing Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Google Form Desing Editor allows you to alter the document aspect."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Form Desing Editor

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

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

                        Google Form Editor, doesn't add visual aspects to your Google Form. It works for modify the Form as such by changing document configuration                    

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

ชื่อ Google Form Desing Editor Google Form Desing Editor
ID nebkelemoemkibpneijjiojkcjehnhmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn
คำอธิบาย Google Form Desing Editor allows you to alter the document aspect.
ขนาดไฟล์ 3.24 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-04-10
วันที่เผยแพร่ 2020-04-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Form Desing Editor",
    "version": "0.1",
    "description": "Google Form Desing Editor allows you to alter the document aspect.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/d\/e\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}