Vuetify Search Documentation
Provides quick access to vuetify documents
What is Vuetify Search Documentation?
Vuetify Search Documentation is a Chrome extension developed by Unknown, and its main feature is "Provides quick access to vuetify documents".
Extension Screenshots
Download Vuetify Search Documentation Extension CRX File
Download Vuetify Search Documentation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Vuetify Search Documentation |
ID | bplpigbmdlpgcobimdbdbobijpcddcjn |
Official URL | https://chromewebstore.google.com/detail/vuetify-search-documentat/bplpigbmdlpgcobimdbdbobijpcddcjn |
Description | Provides quick access to vuetify documents |
File Size | 17.55 KB |
Installation Count | 198 |
Current Version | 1.0.0 |
Last Updated | 2020-06-07 |
Publish Date | 2020-06-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Help Page URL | https://github.com/ademkivanc |
Supported Languages | 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" } } |