Copy as Markdown Quotation

Copy text in web page as markdown quotation

Copy as Markdown Quotation là gì?

Copy as Markdown Quotation là một tiện ích mở rộng Chrome được phát triển bởi Yi EungJun, và tính năng chính của nó là "Copy text in web page as markdown quotation".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy as Markdown Quotation

Tải xuống các tệp mở rộng Copy as Markdown Quotation 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

                                            

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

Tên Copy as Markdown Quotation Copy as Markdown Quotation
ID oifbkkngkecdhnohciofdofiihdjciip
URL Chính Thức https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip
Mô tả Copy text in web page as markdown quotation
Kích Thước Tệp 14.89 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2017-09-24
Ngày Phát Hành 2017-09-24
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Yi EungJun
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/npcode/copy-as-markdown-quote
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/to-markdown.js",
            "background.js"
        ]
    },
    "description": "Copy text in web page as markdown quotation",
    "manifest_version": 2,
    "minimum_chrome_version": "24",
    "name": "Copy as Markdown Quotation",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.5.0"
}