Vuetify Search Documentation

Provides quick access to vuetify documents

什么是Vuetify Search Documentation?

Vuetify Search Documentation是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Provides quick access to vuetify documents”。

扩展截图

screenshot

下载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 Vuetify Search Documentation
ID bplpigbmdlpgcobimdbdbobijpcddcjn
官方URL 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"
    }
}