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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}