Forms+

This extension adds some quality of life improvements to Google Forms.

Forms+คืออะไร?

Forms+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lightbulb.education และคุณลักษณะหลักของมันคือ "This extension adds some quality of life improvements to Google Forms."

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

screenshot

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

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

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

                        This extension adds new features to enhance your Google Forms experience!

Improvements include:
- Ability to un-select radio buttons
- Ability to strike-through unnecessary answers (useful for students taking tests)
- Shows character limits as you're typing (no more pesky surprises)
- A dark theme purpose built for Google Forms

Updates
 - 0.0.3 - Added dark theme

If you're interested in supporting our work, and have some change to spare, feel free to give us a coffee at https://ko-fi.com/lightbulbedu                    

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

ชื่อ Forms+ Forms+
ID abegkmpbggcbnljjnklblgmiiacopkng
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng
คำอธิบาย This extension adds some quality of life improvements to Google Forms.
ขนาดไฟล์ 250 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-05-25
วันที่เผยแพร่ 2020-05-24
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://lightbulb.education
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lightbulb.education/formsplus
URL หน้าช่วยเหลือ https://lightbulb.education/formsplus
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forms+",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension adds some quality of life improvements to Google Forms.",
    "homepage_url": "https:\/\/lightbulb.education",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}