Edit in Prose

Provides an "Edit in Prose" link from a hosted file on GitHub.

What is Edit in Prose?

Edit in Prose is a Chrome extension developed by prose, and its main feature is "Provides an "Edit in Prose" link from a hosted file on GitHub.".

Extension Screenshots

screenshot

Download Edit in Prose Extension CRX File

Download Edit in Prose 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

                        Provides an Edit in Prose link from a hosted file on GitHub.                    

Extension Basic Information

Name Edit in Prose Edit in Prose
ID onippmookoohgjgccejcjmlpoohbjgjn
Official URL https://chromewebstore.google.com/detail/edit-in-prose/onippmookoohgjgccejcjmlpoohbjgjn
Description Provides an "Edit in Prose" link from a hosted file on GitHub.
File Size 8.84 KB
Installation Count 46
Current Version 1.4.0
Last Updated 2019-11-16
Publish Date 2019-11-16
Rating 4.75/5 Total 4 Ratings
Developer prose
Payment Type free
Extension Website https://github.com/prose/browser-extensions
Help Page URL https://github.com/prose/browser-extensions/issues
Supported Languages 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"
        }
    }
}