Ortografía

Valida la ortografía de tu sitio

Ortografíaとは何ですか?

Ortografíaはhttps://teinforma.clによって開発されたChromeの拡張機能で、その主な機能は「Valida la ortografía de tu sitio」です。

拡張機能のスクリーンショット

screenshot

Ortografía拡張機能のCRXファイルをダウンロード

Ortografía拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Ortografía Ortografía
ID oijgkbdnbkondjjgpllnjikakbdecofb
公式URL https://chromewebstore.google.com/detail/ortograf%C3%ADa/oijgkbdnbkondjjgpllnjikakbdecofb
説明 Valida la ortografía de tu sitio
ファイルサイズ 580 KB
インストール数 715
現在のバージョン 1.7
最終更新日 2015-11-26
公開日 2015-11-26
評価 1.92/5 合計 13 レビュー
開発者 https://teinforma.cl
支払い方法 free
対応言語 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'"
}