Vuetify Search Documentation

Provides quick access to vuetify documents

Vuetify Search Documentationคืออะไร?

Vuetify Search Documentation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Provides quick access to vuetify documents"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vuetify Search Documentation

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}