Ortografía
Valida la ortografía de tu sitio
什么是Ortografía?
Ortografía是由https://teinforma.cl开发的Chrome扩展程序,该扩展的主要功能是“Valida la ortografía de tu sitio”。
扩展截图
下载Ortografía扩展crx文件
下载Ortografía扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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'"
} | |