Quote Copy

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

Apa itu Quote Copy?

Quote Copy adalah ekstensi Chrome yang dikembangkan oleh FelschR, dan fitur utamanya adalah "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Quote Copy

Unduh file ekstensi Quote Copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Quote Copy Quote Copy
ID adcafpnamedgglheflbbhljmcfccfakm
URL Resmi https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm
Deskripsi Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Ukuran File 12.03 KB
Jumlah Instalasi 153
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2017-03-15
Tanggal Publikasi 2017-03-15
Penilaian 4.00/5 Total 3 Penilaian
Pengembang FelschR
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}