Vuetify Search Documentation
Provides quick access to vuetify documents
Qu'est-ce que Vuetify Search Documentation ?
Vuetify Search Documentation est une extension Chrome développée par Unknown, et sa fonction principale est "Provides quick access to vuetify documents".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vuetify Search Documentation
Téléchargez les fichiers d'extension Vuetify Search Documentation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Vuetify is a Vue UI Library with beautifully handcrafted Material Components. No design skills required — everything you need to create amazing applications is at your fingertips. Source Code: https://github.com/ademkivanc/vuetify-doc-search
Informations de Base sur l'Extension
Nom | Vuetify Search Documentation |
ID | bplpigbmdlpgcobimdbdbobijpcddcjn |
URL Officiel | https://chromewebstore.google.com/detail/vuetify-search-documentat/bplpigbmdlpgcobimdbdbobijpcddcjn |
Description | Provides quick access to vuetify documents |
Taille du Fichier | 17.55 KB |
Nombre d'Installations | 198 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-06-07 |
Date de Publication | 2020-06-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/ademkivanc |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vuetify Search Documentation", "version": "1.0.0", "description": "Provides quick access to vuetify documents", "author": "Adem K\u0131van\u00e7 Filtekin", "permissions": [ "storage" ], "icons": { "128": "assets\/icon-128.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png" }, "browser_action": { "default_icon": "assets\/icon-32.png", "default_popup": "auto-complete\/index.html", "default_title": "Vuetify Search Documentation" } } |