Quote Copy

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

Co to jest Quote Copy?

Quote Copy to rozszerzenie Chrome opracowane przez FelschR, a jego główną funkcją jest „Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Quote Copy

Pobierz pliki rozszerzeń Quote Copy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Quote Copy Quote Copy
ID adcafpnamedgglheflbbhljmcfccfakm
Oficjalny URL https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm
Opis Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Rozmiar pliku 12.03 KB
Liczba instalacji 153
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2017-03-15
Data Publikacji 2017-03-15
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper FelschR
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
    }
}