Disgraph
Disgraph tool.
Disgraph क्या है?
Disgraph HCILab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disgraph tool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disgraph एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Disgraph is a tool that diagnoses and solves writing issues. A spell checker only detects and corrects orthographic mistakes, this tools detect and auto correct dyslexia and dysgraphia related mistakes, and diagnose you giving to you a treatment to revert your problem.This tools uses Google Prediction and Google BigQuery and learn from users.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gkdpcaacfendpkolbbgjaikcnlpkkgpp |
आधिकारिक URL | https://chromewebstore.google.com/detail/disgraph/gkdpcaacfendpkolbbgjaikcnlpkkgpp |
विवरण | Disgraph tool. |
फ़ाइल का आकार | 446 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2013-11-22 |
प्रकाशन तिथि | 2013-11-21 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | HCILab |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://gcdc2013-disgraph.appspot.com/ |
सहायता पृष्ठ URL | http://gcdc2013-disgraph.appspot.com/ |
समर्थित भाषाएँ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disgraph", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "version": "0.1.0", "description": "Disgraph tool.", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "loader.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "images\/icon-19.png", "default_title": "Disgraph Disabled" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "animate.css", "jquery.js", "disgraph.css", "disgraph.js", "jquery.highlighttextarea.js", "jquery.highlighttextarea.css" ], "manifest_version": 2 } |