Quote Copy

Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.

What is Quote Copy?

Quote Copy is a Chrome extension developed by FelschR, and its main feature is "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".

Extension Screenshots

screenshot

Download Quote Copy Extension CRX File

Download Quote Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Quote Copy Quote Copy
ID adcafpnamedgglheflbbhljmcfccfakm
Official URL https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm
Description Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
File Size 12.03 KB
Installation Count 153
Current Version 1.2.1
Last Updated 2017-03-15
Publish Date 2017-03-15
Rating 4.00/5 Total 3 Ratings
Developer FelschR
Email [email protected]
Payment Type free
Supported Languages 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
    }
}