Show a preview for SVG files.
This extension allows the preview of SVG files on Trello
Что такое Show a preview for SVG files.?
Show a preview for SVG files. - это расширение Chrome, разработанное marcorivm, и его основная функция - "This extension allows the preview of SVG files on Trello".
Скачать файл CRX расширения Show a preview for SVG files.
Скачайте файлы расширений Show a preview for SVG files. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension shows a preview for SVG files on Trello. The preview is shown as if the svg file where a normal image.
Основная информация о расширении
Название | ![]() |
ID | gppigcihmfenphmfeklomdpfopfjgdhd |
Официальный URL | https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd |
Описание | This extension allows the preview of SVG files on Trello |
Размер файла | 32.31 KB |
Количество установок | 79 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-11-29 |
Дата публикации | 2014-11-29 |
Рейтинг | 4.00/5 Всего 3 оценок |
Разработчик | marcorivm |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show a preview for SVG files.", "description": "This extension allows the preview of SVG files on Trello", "version": "1.0", "page_action": { "default_title": "Trello SVG Preview" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "jquery.min.js", "svg.js" ] } ], "permissions": [ "https:\/\/trello.com\/" ] } |