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คืออะไร?
Copy Plain Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dima PM และคุณลักษณะหลักของมันคือ "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Plain Text
ดาวน์โหลดไฟล์ส่วนขยาย Copy Plain Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy Plain Text |
ID | nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
คำอธิบาย | Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option. |
ขนาดไฟล์ | 5.81 KB |
จำนวนการติดตั้ง | 2,616 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2016-12-18 |
วันที่เผยแพร่ | 2016-12-18 |
คะแนน | 4.54/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Dima PM |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |