Ortografía
Valida la ortografía de tu sitio
Wat is Ortografía?
Ortografía is een Chrome-extensie ontwikkeld door https://teinforma.cl, en de belangrijkste functie is "Valida la ortografía de tu sitio".
Extensie Screenshots
Download het CRX-bestand van de extensie Ortografía
Download Ortografía-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | oijgkbdnbkondjjgpllnjikakbdecofb |
| Officiële URL | https://chromewebstore.google.com/detail/ortograf%C3%ADa/oijgkbdnbkondjjgpllnjikakbdecofb |
| Beschrijving | Valida la ortografía de tu sitio |
| Bestandsgrootte | 580 KB |
| Aantal Installaties | 715 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2015-11-26 |
| Publicatiedatum | 2015-11-26 |
| Beoordeling | 1.92/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | https://teinforma.cl |
| Betalingswijze | free |
| Ondersteunde Talen | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ortograf\u00eda",
"description": "Valida la ortograf\u00eda de tu sitio",
"version": "1.7",
"permissions": [
"http:\/\/*\/"
],
"browser_action": {
"default_icon": "abc.png",
"default_popup": "index.html"
},
"web_accessible_resources": [
"js\/*",
"css\/monomer.css",
"css\/fonts\/*",
"img\/*",
"ortografia.js"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"ortografia.js"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |