Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Cos'è Quote Copy?
Quote Copy è un'estensione di Chrome sviluppata da FelschR, e la sua funzione principale è "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quote Copy
Scarica i file di estensione Quote Copy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | adcafpnamedgglheflbbhljmcfccfakm |
| URL Ufficiale | https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm |
| Descrizione | Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote. |
| Dimensione del File | 12.03 KB |
| Conteggio Installazioni | 153 |
| Versione Corrente | 1.2.1 |
| Ultimo Aggiornamento | 2017-03-15 |
| Data di Pubblicazione | 2017-03-15 |
| Valutazione | 4.00/5 Totale 3 Valutazioni |
| Sviluppatore | FelschR |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
} | |