Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Was ist Quote Copy?
Quote Copy ist eine Chrome-Erweiterung, die von FelschR entwickelt wurde, und ihr Hauptmerkmal ist "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".
Erweiterungsscreenshots
Quote Copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quote Copy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Quote Copy |
ID | adcafpnamedgglheflbbhljmcfccfakm |
Offizielle URL | https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm |
Beschreibung | Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote. |
Dateigröße | 12.03 KB |
Installationsanzahl | 153 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2017-03-15 |
Veröffentlichungsdatum | 2017-03-15 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | FelschR |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |