Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

Copy Plain Text là gì?

Copy Plain Text là một tiện ích mở rộng Chrome được phát triển bởi Dima PM, và tính năng chính của nó là "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".

Ả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 Copy Plain Text

Tải xuống các tệp mở rộng Copy Plain Text 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 Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
URL Chính Thức https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
Mô tả Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Kích Thước Tệp 5.81 KB
Số Lần Cài Đặt 2,616
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2016-12-18
Ngày Phát Hành 2016-12-18
Đánh Giá 4.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Dima PM
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Plain Text",
    "version": "0.3",
    "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
    "browser_action": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ]
}