Vuetify Search Documentation
Provides quick access to vuetify documents
Hvad er Vuetify Search Documentation?
Vuetify Search Documentation er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Provides quick access to vuetify documents".
Udvidelsesskærmbilleder
Download Vuetify Search Documentation-udvidelses-CRX-fil
Download Vuetify Search Documentation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Vuetify Search Documentation |
ID | bplpigbmdlpgcobimdbdbobijpcddcjn |
Officiel URL | https://chromewebstore.google.com/detail/vuetify-search-documentat/bplpigbmdlpgcobimdbdbobijpcddcjn |
Beskrivelse | Provides quick access to vuetify documents |
Filstørrelse | 17.55 KB |
Antal Installationer | 198 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-06-07 |
Udgivelsesdato | 2020-06-07 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/ademkivanc |
Understøttede Sprog | 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" } } |