Copy Plain Text
You may copy the selected text to the clipboard without formatting by right-clicking on it.
Copy Plain Textคืออะไร?
Copy Plain Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Klayer และคุณลักษณะหลักของมันคือ "You may copy the selected text to the clipboard without formatting by right-clicking on it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Plain Text
ดาวน์โหลดไฟล์ส่วนขยาย Copy Plain Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ilbkhfhoagglkammfimendfopgmpochg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg |
คำอธิบาย | You may copy the selected text to the clipboard without formatting by right-clicking on it. |
ขนาดไฟล์ | 18.13 KB |
จำนวนการติดตั้ง | 432 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2022-05-29 |
วันที่เผยแพร่ | 2022-05-29 |
คะแนน | 4.93/5 รวมทั้งหมด 41 คะแนน |
ผู้พัฒนา | David Klayer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://worldaddons.com/copy-plain-text/ |
URL หน้าช่วยเหลือ | https://worldaddons.com/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://worldaddons.com/privacy-policy |
ภาษาที่รองรับ | 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" } } |