Quote Copy

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

O que é Quote Copy?

Quote Copy é uma extensão do Chrome desenvolvida por FelschR, e sua principal característica é "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Quote Copy

Baixe arquivos de extensão Quote Copy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Quote Copy Quote Copy
ID adcafpnamedgglheflbbhljmcfccfakm
URL Oficial https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm
Descrição Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Tamanho do Arquivo 12.03 KB
Contagem de Instalações 153
Versão Atual 1.2.1
Última Atualização 2017-03-15
Data de Publicação 2017-03-15
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor FelschR
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}