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."입니다.

확장 프로그램 스크린샷

screenshot

Edit in Prose 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Edit in Prose Edit in Prose
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"
        }
    }
}