Forms+

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

Forms+ là gì?

Forms+ là một tiện ích mở rộng Chrome được phát triển bởi http://lightbulb.education, và tính năng chính của nó là "This extension adds some quality of life improvements to Google Forms.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Forms+

Tải xuống các tệp mở rộng Forms+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Forms+ Forms+
ID abegkmpbggcbnljjnklblgmiiacopkng
URL Chính Thức https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng
Mô tả This extension adds some quality of life improvements to Google Forms.
Kích Thước Tệp 250 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2020-05-25
Ngày Phát Hành 2020-05-24
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://lightbulb.education
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lightbulb.education/formsplus
URL Trang Trợ Giúp https://lightbulb.education/formsplus
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}