Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Quote Copyคืออะไร?
Quote Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FelschR และคุณลักษณะหลักของมันคือ "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quote Copy
ดาวน์โหลดไฟล์ส่วนขยาย Quote Copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly copy text as a quote with added quotation marks and additional smart citing features. Main features (accessible via right-click context menu): - Quickly copy text with surrounding quotation marks - Copy quote with link to the source Smart citing: - adds "[...]" to start/end when quoting sentences only partially - includes words you only selected partially (while being in a hurry)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quote Copy |
ID | adcafpnamedgglheflbbhljmcfccfakm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm |
คำอธิบาย | Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote. |
ขนาดไฟล์ | 12.03 KB |
จำนวนการติดตั้ง | 153 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2017-03-15 |
วันที่เผยแพร่ | 2017-03-15 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | FelschR |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.1", "manifest_version": 2, "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "contextMenus", "clipboardWrite", "activeTab" ], "background": { "scripts": [ "main.js" ], "persistent": false } } |