Edit in Prose
Provides an "Edit in Prose" link from a hosted file on GitHub.
什么是Edit in Prose?
Edit in Prose是由prose开发的Chrome扩展程序,该扩展的主要功能是“Provides an "Edit in Prose" link from a hosted file on GitHub.”。
扩展截图
下载Edit in Prose扩展crx文件
下载Edit in Prose扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides an Edit in Prose link from a hosted file on GitHub. 扩展基本信息
| 名称 | |
| ID | onippmookoohgjgccejcjmlpoohbjgjn |
| 官方URL | https://chromewebstore.google.com/detail/edit-in-prose/onippmookoohgjgccejcjmlpoohbjgjn |
| 简介 | Provides an "Edit in Prose" link from a hosted file on GitHub. |
| 文件大小 | 8.84 KB |
| 安装次数 | 46 |
| 当前版本 | 1.4.0 |
| 更新时间 | 2019-11-16 |
| 上架时间 | 2019-11-16 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | prose |
| 付费类型 | free |
| 扩展官网 | https://github.com/prose/browser-extensions |
| 帮助页面URL | https://github.com/prose/browser-extensions/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Edit in Prose",
"description": "Provides an \"Edit in Prose\" link from a hosted file on GitHub.",
"version": "1.4.0",
"manifest_version": 2,
"author": "Tristen Brown",
"homepage_url": "https:\/\/prose.io",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"prose.css"
],
"js": [
"prose.js"
],
"run_at": "document_end"
}
],
"applications": {
"gecko": {
"id": "{c515e2d0-4663-11e4-916c-0800200c9a66}",
"strict_min_version": "53.0"
}
}
} | |