Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Qu'est-ce que Quote Copy ?
Quote Copy est une extension Chrome développée par FelschR, et sa fonction principale est "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quote Copy
Téléchargez les fichiers d'extension Quote Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Quote Copy |
ID | adcafpnamedgglheflbbhljmcfccfakm |
URL Officiel | https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm |
Description | Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote. |
Taille du Fichier | 12.03 KB |
Nombre d'Installations | 153 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2017-03-15 |
Date de Publication | 2017-03-15 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | FelschR |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |