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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Math Hunters allows you to never send an email with incorrect math. Simply type in any simple math formula press the enter and you…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Math Hunters: Productivity & Math Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |