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.”。

扩展截图

screenshot

下载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 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
    }
}