Disgraph
Disgraph tool.
Cos'è Disgraph?
Disgraph è un'estensione di Chrome sviluppata da HCILab, e la sua funzione principale è "Disgraph tool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disgraph
Scarica i file di estensione Disgraph in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gkdpcaacfendpkolbbgjaikcnlpkkgpp |
| URL Ufficiale | https://chromewebstore.google.com/detail/disgraph/gkdpcaacfendpkolbbgjaikcnlpkkgpp |
| Descrizione | Disgraph tool. |
| Dimensione del File | 446 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2013-11-22 |
| Data di Pubblicazione | 2013-11-21 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | HCILab |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://gcdc2013-disgraph.appspot.com/ |
| URL della Pagina di Aiuto | http://gcdc2013-disgraph.appspot.com/ |
| Lingue Supportate | 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
} | |