Edit in Prose

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

Edit in Prose là gì?

Edit in Prose là một tiện ích mở rộng Chrome được phát triển bởi prose, và tính năng chính của nó là "Provides an "Edit in Prose" link from a hosted file on GitHub.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Edit in Prose

Tải xuống các tệp mở rộng Edit in Prose dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Edit in Prose Edit in Prose
ID onippmookoohgjgccejcjmlpoohbjgjn
URL Chính Thức https://chromewebstore.google.com/detail/edit-in-prose/onippmookoohgjgccejcjmlpoohbjgjn
Mô tả Provides an "Edit in Prose" link from a hosted file on GitHub.
Kích Thước Tệp 8.84 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2019-11-16
Ngày Phát Hành 2019-11-16
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển prose
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/prose/browser-extensions
URL Trang Trợ Giúp https://github.com/prose/browser-extensions/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}