Disgraph

Disgraph tool.

Disgraph란 무엇입니까?

Disgraph은(는) HCILab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disgraph tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Disgraph 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Disgraph Disgraph
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
이메일 [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
}