Quote Copy
Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Что такое Quote Copy?
Quote Copy - это расширение Chrome, разработанное FelschR, и его основная функция - "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".
Снимки экрана расширения
Скачать файл CRX расширения Quote Copy
Скачайте файлы расширений Quote Copy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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) Основная информация о расширении
| Название | |
| ID | adcafpnamedgglheflbbhljmcfccfakm |
| Официальный URL | https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm |
| Описание | Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote. |
| Размер файла | 12.03 KB |
| Количество установок | 153 |
| Текущая Версия | 1.2.1 |
| Последнее Обновление | 2017-03-15 |
| Дата публикации | 2017-03-15 |
| Рейтинг | 4.00/5 Всего 3 оценок |
| Разработчик | FelschR |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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
}
} | |