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ファイルをダウンロード

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

拡張機能の使用方法

                        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"
        }
    }
}