Risk

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

Riskคืออะไร?

Risk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Risk Team และคุณลักษณะหลักของมันคือ "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier."

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

ชื่อ Risk Risk
ID akekmigldbmkkjihbcjkidlbfeihcnod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod
คำอธิบาย A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
ขนาดไฟล์ 38.3 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2020-08-24
วันที่เผยแพร่ 2020-08-02
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Risk Team
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
}