VectorDrawable Previewer
This extension can preview the vector drawable when you open it
Что такое VectorDrawable Previewer?
VectorDrawable Previewer - это расширение Chrome, разработанное jmatsu, и его основная функция - "This extension can preview the vector drawable when you open it".
Снимки экрана расширения
Скачать файл CRX расширения VectorDrawable Previewer
Скачайте файлы расширений VectorDrawable Previewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is an open-source development tool for Android developers to preview vector drawable files on GitHub or your local.
https://github.com/jmatsu/vector-drawable-previewer
If you have any problems, please create an issue to help the development. Основная информация о расширении
| Название | |
| ID | oidfgbojkfckgmkljhacgnckncpanbhm |
| Официальный URL | https://chromewebstore.google.com/detail/vectordrawable-previewer/oidfgbojkfckgmkljhacgnckncpanbhm |
| Описание | This extension can preview the vector drawable when you open it |
| Размер файла | 20.13 KB |
| Количество установок | 1,295 |
| Текущая Версия | 1.2.0 |
| Последнее Обновление | 2020-05-31 |
| Дата публикации | 2020-05-30 |
| Рейтинг | 1.50/5 Всего 8 оценок |
| Разработчик | jmatsu |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/jmatsu/vector-drawable-previewer |
| URL страницы помощи | https://github.com/jmatsu/vector-drawable-previewer/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "VectorDrawable Previewer",
"description": "This extension can preview the vector drawable when you open it",
"version": "1.2.0",
"author": "Jumpei Matsuda @jmatsu",
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"homepage_url": "https:\/\/github.com\/jmatsu\/vector-drawable-previewer\/",
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |