Copy Plain Text
You may copy the selected text to the clipboard without formatting by right-clicking on it.
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 David Klayer, và tính năng chính của nó là "You may copy the selected text to the clipboard without formatting by right-clicking on it.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
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
Copy Plain Text is a lightweight plugin that allows you to copy any text without formatting to the clipboard by adding a right-click context menu option. Simply navigate to a website and choose a phrase, then right-click and pick - Copy as plain text from the context menu. The selected text will be copied to the clipboard unaltered. You may also paste links to websites on a Mac using the address bar (ctrl + v) or right-click and select Paste - from the context menu.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copy Plain Text |
ID | ilbkhfhoagglkammfimendfopgmpochg |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg |
Mô tả | You may copy the selected text to the clipboard without formatting by right-clicking on it. |
Kích Thước Tệp | 18.13 KB |
Số Lần Cài Đặt | 432 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2022-05-29 |
Ngày Phát Hành | 2022-05-29 |
Đánh Giá | 4.93/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | David Klayer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://worldaddons.com/copy-plain-text/ |
URL Trang Trợ Giúp | https://worldaddons.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://worldaddons.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Copy Plain Text", "short_name": "copy-plain-text", "homepage_url": "https:\/\/worldaddons.com\/copy-plain-text\/", "description": "You may copy the selected text to the clipboard without formatting by right-clicking on it.", "permissions": [ "storage", "activeTab", "scripting", "contextMenus", "clipboardWrite" ], "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "icons": { "16": "resources\/icons\/16.png", "32": "resources\/icons\/32.png", "48": "resources\/icons\/48.png", "64": "resources\/icons\/64.png", "128": "resources\/icons\/128.png" } } |