Risk

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

Risk क्या है?

Risk Risk Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Risk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}