Disgraph

Disgraph tool.

Disgraphคืออะไร?

Disgraph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HCILab และคุณลักษณะหลักของมันคือ "Disgraph tool."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disgraph

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}

ส่วนขยายที่เกี่ยวข้อง