Quote Copy

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

¿Qué es Quote Copy?

Quote Copy es una extensión de Chrome desarrollada por FelschR, y su función principal es "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Quote Copy

Descarga archivos de extensión Quote Copy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Quote Copy Quote Copy
ID adcafpnamedgglheflbbhljmcfccfakm
URL Oficial https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm
Descripción Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Tamaño del Archivo 12.03 KB
Cantidad de Instalaciones 153
Versión Actual 1.2.1
Última Actualización 2017-03-15
Fecha de Publicación 2017-03-15
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador FelschR
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}