Disgraph
Disgraph tool.
What is Disgraph?
Disgraph is a Chrome extension developed by HCILab, and its main feature is "Disgraph tool.".
Extension Screenshots
Download Disgraph Extension CRX File
Download Disgraph extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gkdpcaacfendpkolbbgjaikcnlpkkgpp |
Official URL | https://chromewebstore.google.com/detail/disgraph/gkdpcaacfendpkolbbgjaikcnlpkkgpp |
Description | Disgraph tool. |
File Size | 446 KB |
Installation Count | 32 |
Current Version | 0.1.0 |
Last Updated | 2013-11-22 |
Publish Date | 2013-11-21 |
Rating | 4.50/5 Total 2 Ratings |
Developer | HCILab |
[email protected] | |
Payment Type | free |
Extension Website | http://gcdc2013-disgraph.appspot.com/ |
Help Page URL | http://gcdc2013-disgraph.appspot.com/ |
Supported Languages | 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 } |