Disgraph
Disgraph tool.
Co je Disgraph?
Disgraph je rozšíření Chrome vyvinuté HCILab, a jeho hlavní funkcí je „Disgraph tool.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disgraph
Stáhněte si soubory rozšíření Disgraph ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gkdpcaacfendpkolbbgjaikcnlpkkgpp |
Oficiální URL | https://chromewebstore.google.com/detail/disgraph/gkdpcaacfendpkolbbgjaikcnlpkkgpp |
Popis | Disgraph tool. |
Velikost souboru | 446 KB |
Počet instalací | 32 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2013-11-22 |
Datum Vydání | 2013-11-21 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | HCILab |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://gcdc2013-disgraph.appspot.com/ |
URL Stránky Nápovědy | http://gcdc2013-disgraph.appspot.com/ |
Podporované Jazyky | 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 } |