Question Miner

Dont cheat, do it smartly

Question Miner란 무엇입니까?

Question Miner은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dont cheat, do it smartly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An extension that will get the answer to any question from a Google form. With this extension, you can answer any question from a Google form. All you have to do is to go to the form, click on the extension icon, and start answering the questions. This extension will save you time and help you answer any questions faster and easier.                    

확장 프로그램 기본 정보

이름 Question Miner Question Miner
ID cildjgcimlhlaemakeegdpghdgoliolg
공식 URL https://chromewebstore.google.com/detail/question-miner/cildjgcimlhlaemakeegdpghdgoliolg
설명 Dont cheat, do it smartly
파일 크기 129 KB
설치 횟수 56
현재 버전 0.0.3.1
최근 업데이트 2022-01-16
출시 날짜 2022-01-11
평점 5.00/5 총 4 개의 평점
개발자 Unknown
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://discord.gg/Zkg9g46M
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3.1",
    "name": "Question Miner",
    "description": "Dont cheat, do it smartly",
    "icons": {
        "16": "static\/logos\/q16x16.png",
        "32": "static\/logos\/q32x32.png",
        "48": "static\/logos\/q48x48.png",
        "64": "static\/logos\/q64x64.png",
        "80": "static\/logos\/q80x80.png",
        "96": "static\/logos\/q96x96.png",
        "112": "static\/logos\/q112x112.png",
        "128": "static\/logos\/q128x128.png",
        "144": "static\/logos\/q144x144.png",
        "160": "static\/logos\/q160x160.png",
        "176": "static\/logos\/q176x176.png",
        "192": "static\/logos\/q192x192.png",
        "208": "static\/logos\/q208x208.png",
        "224": "static\/logos\/q224x224.png",
        "240": "static\/logos\/q240x240.png",
        "256": "static\/logos\/q256x256.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}