VectorDrawable Previewer
This extension can preview the vector drawable when you open it
Wat is VectorDrawable Previewer?
VectorDrawable Previewer is een Chrome-extensie ontwikkeld door jmatsu, en de belangrijkste functie is "This extension can preview the vector drawable when you open it".
Extensie Screenshots
Download het CRX-bestand van de extensie VectorDrawable Previewer
Download VectorDrawable Previewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | VectorDrawable Previewer |
ID | oidfgbojkfckgmkljhacgnckncpanbhm |
Officiële URL | https://chromewebstore.google.com/detail/vectordrawable-previewer/oidfgbojkfckgmkljhacgnckncpanbhm |
Beschrijving | This extension can preview the vector drawable when you open it |
Bestandsgrootte | 20.13 KB |
Aantal Installaties | 1,295 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-05-31 |
Publicatiedatum | 2020-05-30 |
Beoordeling | 1.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | jmatsu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jmatsu/vector-drawable-previewer |
Help Pagina-URL | https://github.com/jmatsu/vector-drawable-previewer/issues |
Ondersteunde Talen | 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": [ " |