Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Hvad er Quote Copy?
Quote Copy er en Chrome-udvidelse udviklet af FelschR, og dens hovedfunktion er "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".
Udvidelsesskærmbilleder
Download Quote Copy-udvidelses-CRX-fil
Download Quote Copy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | adcafpnamedgglheflbbhljmcfccfakm |
| Officiel URL | https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm |
| Beskrivelse | Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote. |
| Filstørrelse | 12.03 KB |
| Antal Installationer | 153 |
| Nuværende Version | 1.2.1 |
| Senest Opdateret | 2017-03-15 |
| Udgivelsesdato | 2017-03-15 |
| Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
| Udvikler | FelschR |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
}
} | |