Disgraph

Disgraph tool.

什么是Disgraph?

Disgraph是由HCILab开发的Chrome扩展程序,该扩展的主要功能是“Disgraph tool.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 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
}