Disgraph
Disgraph tool.
什麼是Disgraph?
Disgraph是由HCILab開發的Chrome擴展程式,該擴展的主要功能是“Disgraph tool.”。
擴展截圖
下載Disgraph擴展crx文件
下載Disgraph擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |