Vuetify Search Documentation
Provides quick access to vuetify documents
什麼是Vuetify Search Documentation?
Vuetify Search Documentation是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Provides quick access to vuetify documents”。
擴展截圖
下載Vuetify Search Documentation擴展crx文件
下載Vuetify Search Documentation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Vuetify Search Documentation |
ID | bplpigbmdlpgcobimdbdbobijpcddcjn |
官方網址 | https://chromewebstore.google.com/detail/vuetify-search-documentat/bplpigbmdlpgcobimdbdbobijpcddcjn |
簡介 | Provides quick access to vuetify documents |
檔案大小 | 17.55 KB |
安裝次數 | 198 |
目前版本 | 1.0.0 |
更新時間 | 2020-06-07 |
上架時間 | 2020-06-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
說明頁面URL | https://github.com/ademkivanc |
支援的語言 | 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" } } |