Quote Image As Text
Quote arbitary images on the web as markdown text
Что такое Quote Image As Text?
Quote Image As Text - это расширение Chrome, разработанное motemen, и его основная функция - "Quote arbitary images on the web as markdown text".
Снимки экрана расширения
Скачать файл CRX расширения Quote Image As Text
Скачайте файлы расширений Quote Image As Text в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard. Основная информация о расширении
| Название | |
| ID | fjjehanehnaejfgnmkgebkefbdnebbkc |
| Официальный URL | https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc |
| Описание | Quote arbitary images on the web as markdown text |
| Размер файла | 8.43 KB |
| Количество установок | 225 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2014-04-05 |
| Дата публикации | 2014-04-05 |
| Рейтинг | 4.00/5 Всего 2 оценок |
| Разработчик | motemen |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quote Image As Text",
"version": "0.0.2",
"manifest_version": 2,
"description": "Quote arbitary images on the web as markdown text",
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"permissions": [
"contextMenus",
"clipboardWrite",
"notifications"
],
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
}
} | |