Vuetify Search Documentation

Provides quick access to vuetify documents

Vuetify Search Documentation là gì?

Vuetify Search Documentation là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Provides quick access to vuetify documents".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vuetify Search Documentation

Tải xuống các tệp mở rộng Vuetify Search Documentation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vuetify Search Documentation Vuetify Search Documentation
ID bplpigbmdlpgcobimdbdbobijpcddcjn
URL Chính Thức https://chromewebstore.google.com/detail/vuetify-search-documentat/bplpigbmdlpgcobimdbdbobijpcddcjn
Mô tả Provides quick access to vuetify documents
Kích Thước Tệp 17.55 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-06-07
Ngày Phát Hành 2020-06-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/ademkivanc
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}