Disgraph
Disgraph tool.
Disgraph là gì?
Disgraph là một tiện ích mở rộng Chrome được phát triển bởi HCILab, và tính năng chính của nó là "Disgraph tool.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Disgraph
Tải xuống các tệp mở rộng Disgraph dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gkdpcaacfendpkolbbgjaikcnlpkkgpp |
URL Chính Thức | https://chromewebstore.google.com/detail/disgraph/gkdpcaacfendpkolbbgjaikcnlpkkgpp |
Mô tả | Disgraph tool. |
Kích Thước Tệp | 446 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2013-11-22 |
Ngày Phát Hành | 2013-11-21 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | HCILab |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://gcdc2013-disgraph.appspot.com/ |
URL Trang Trợ Giúp | http://gcdc2013-disgraph.appspot.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |