Ortografía

Valida la ortografía de tu sitio

What is Ortografía?

Ortografía is a Chrome extension developed by https://teinforma.cl, and its main feature is "Valida la ortografía de tu sitio".

Extension Screenshots

screenshot

Download Ortografía Extension CRX File

Download Ortografía extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Ortografía Ortografía
ID oijgkbdnbkondjjgpllnjikakbdecofb
Official URL https://chromewebstore.google.com/detail/ortograf%C3%ADa/oijgkbdnbkondjjgpllnjikakbdecofb
Description Valida la ortografía de tu sitio
File Size 580 KB
Installation Count 715
Current Version 1.7
Last Updated 2015-11-26
Publish Date 2015-11-26
Rating 1.92/5 Total 13 Ratings
Developer https://teinforma.cl
Payment Type free
Supported Languages 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'"
}