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 |
| 公式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 |
| Eメール | [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
} | |