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
}