Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
什麼是Quote Copy?
Quote Copy是由FelschR開發的Chrome擴展程式,該擴展的主要功能是“Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.”。
擴展截圖
下載Quote Copy擴展crx文件
下載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 |
官方網址 | 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 } } |