Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Vad är Quote Copy?
Quote Copy är en Chrome-tillägg utvecklad av FelschR, och dess huvudfunktion är "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".
Tilläggsskärmbilder
Ladda ner Quote Copy-förlängningens CRX-fil
Ladda ner Quote Copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Quote Copy |
ID | adcafpnamedgglheflbbhljmcfccfakm |
Officiell webbadress | https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm |
Beskrivning | Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote. |
Filstorlek | 12.03 KB |
Antal Installationer | 153 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2017-03-15 |
Publiceringsdatum | 2017-03-15 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | FelschR |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } } |