Risk

A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.

Risk là gì?

Risk là một tiện ích mở rộng Chrome được phát triển bởi Risk Team, và tính năng chính của nó là "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Risk 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 will allow you to draw lines through Google Forms options. It can be super useful during school tests or anything that requires an organizated environment.

As extra-functions, it will also enumerate the questions and you will be able to see which ones you didn't answer.                    

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

Tên Risk Risk
ID akekmigldbmkkjihbcjkidlbfeihcnod
URL Chính Thức https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod
Mô tả A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Kích Thước Tệp 38.3 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2020-08-24
Ngày Phát Hành 2020-08-02
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Risk Team
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Risk",
    "version": "0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "src\/JS\/app.js",
                "src\/JS\/boolFunctions.js",
                "src\/JS\/verify.js"
            ],
            "css": [
                "src\/CSS\/style.css"
            ]
        }
    ],
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "src\/icons\/round-risk.png"
    },
    "author": "Pedro Queiroz & Lucca Nunes",
    "default_locale": "en"
}