Risk

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

Risk란 무엇입니까?

Risk은(는) Risk Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Risk 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}