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文件

下載Math Hunters: Productivity & Math Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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
官方網址 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"
    ]
}