Forms+

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

什麼是Forms+?

Forms+是由http://lightbulb.education開發的Chrome擴展程式,該擴展的主要功能是“This extension adds some quality of life improvements to Google Forms.”。

擴展截圖

screenshot

下載Forms+擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}