VectorDrawable Previewer
This extension can preview the vector drawable when you open it
Was ist VectorDrawable Previewer?
VectorDrawable Previewer ist eine Chrome-Erweiterung, die von jmatsu entwickelt wurde, und ihr Hauptmerkmal ist "This extension can preview the vector drawable when you open it".
Erweiterungsscreenshots
VectorDrawable Previewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie VectorDrawable Previewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VectorDrawable Previewer |
ID | oidfgbojkfckgmkljhacgnckncpanbhm |
Offizielle URL | https://chromewebstore.google.com/detail/vectordrawable-previewer/oidfgbojkfckgmkljhacgnckncpanbhm |
Beschreibung | This extension can preview the vector drawable when you open it |
Dateigröße | 20.13 KB |
Installationsanzahl | 1,295 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2020-05-31 |
Veröffentlichungsdatum | 2020-05-30 |
Bewertung | 1.50/5 Insgesamt 8 Bewertungen |
Entwickler | jmatsu |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jmatsu/vector-drawable-previewer |
Hilfeseite URL | https://github.com/jmatsu/vector-drawable-previewer/issues |
Unterstützte Sprachen | 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": [ " |