Math Hunters: Productivity & Math Helper

Math Hunters allows you to never send an email with incorrect math. Simply type in any simple math formula press the enter and you…

Math Hunters: Productivity & Math Helper란 무엇입니까?

Math Hunters: Productivity & Math Helper은(는) https://mathhunters.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Math Hunters allows you to never send an email with incorrect math. Simply type in any simple math formula press the enter and you…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Math Hunters: Productivity & Math Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Math Hunters allows you to never send an email with incorrect math. Simply type in any simple math formula press the enter and you can guarantee the correct answer every time. You can now also send any Math formula via email with our embedded button. 

Changelog:

v0.2.0: math symbols tooltip

v0.1.0: new math formulas detecting process

v0.0.3: login validation & storage

v0.0.2: bug fixing: login and tracking

v0.0.1: first version                    

확장 프로그램 기본 정보

이름 Math Hunters: Productivity & Math Helper Math Hunters: Productivity & Math Helper
ID mhmaakjbeaacfjopinnbdldefifphgfd
공식 URL https://chromewebstore.google.com/detail/math-hunters-productivity/mhmaakjbeaacfjopinnbdldefifphgfd
설명 Math Hunters allows you to never send an email with incorrect math. Simply type in any simple math formula press the enter and you…
파일 크기 2.01 MB
설치 횟수 199
현재 버전 0.2.1
최근 업데이트 2018-11-20
출시 날짜 2018-11-20
평점 5.00/5 총 7 개의 평점
개발자 https://mathhunters.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.mathhunters.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/*.firebaseio.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Math Hunters",
        "default_icon": {
            "16": "img\/default-icon.png",
            "24": "img\/default-icon.png",
            "32": "img\/default-icon.png"
        },
        "default_popup": "signup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/styles.css",
                "js\/jquery.mobile.custom\/jquery.mobile.custom.structure.min.css",
                "css\/popup.styles.css"
            ],
            "js": [
                "js\/inboxsdk.js",
                "js\/jquery-1.11.1.min.js",
                "js\/jquery.mobile.custom\/jquery.mobile.custom.js",
                "js\/popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "name": "Math Hunters: Productivity & Math Helper",
    "short_name": "Math Hunters",
    "description": "",
    "author": "Hernan Velazquez",
    "permissions": [
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "notifications",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "oauth2": {
        "client_id": "518371786312-opsbhg1va60cpsl980kbh3s1sla98sgf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "version": "0.2.1",
    "default_locale": "en",
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/*.png"
    ]
}