Disgraph

Disgraph tool.

Vad är Disgraph?

Disgraph är en Chrome-tillägg utvecklad av HCILab, och dess huvudfunktion är "Disgraph tool.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Disgraph-förlängningens CRX-fil

Ladda ner Disgraph-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Disgraph Disgraph
ID gkdpcaacfendpkolbbgjaikcnlpkkgpp
Officiell webbadress https://chromewebstore.google.com/detail/disgraph/gkdpcaacfendpkolbbgjaikcnlpkkgpp
Beskrivning Disgraph tool.
Filstorlek 446 KB
Antal Installationer 32
Aktuell Version 0.1.0
Senast Uppdaterad 2013-11-22
Publiceringsdatum 2013-11-21
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare HCILab
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://gcdc2013-disgraph.appspot.com/
Hjälpsida URL http://gcdc2013-disgraph.appspot.com/
Stödda Språk 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
}