Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Wat is Quote Copy?
Quote Copy is een Chrome-extensie ontwikkeld door FelschR, en de belangrijkste functie is "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quote Copy
Download Quote Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | adcafpnamedgglheflbbhljmcfccfakm |
| Officiële URL | https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm |
| Beschrijving | Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote. |
| Bestandsgrootte | 12.03 KB |
| Aantal Installaties | 153 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2017-03-15 |
| Publicatiedatum | 2017-03-15 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | FelschR |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |