Vuetify Search Documentation

Provides quick access to vuetify documents

Co to jest Vuetify Search Documentation?

Vuetify Search Documentation to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Provides quick access to vuetify documents”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Vuetify Search Documentation

Pobierz pliki rozszerzeń Vuetify Search Documentation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Vuetify Search Documentation Vuetify Search Documentation
ID bplpigbmdlpgcobimdbdbobijpcddcjn
Oficjalny URL https://chromewebstore.google.com/detail/vuetify-search-documentat/bplpigbmdlpgcobimdbdbobijpcddcjn
Opis Provides quick access to vuetify documents
Rozmiar pliku 17.55 KB
Liczba instalacji 198
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-06-07
Data Publikacji 2020-06-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Adres URL Strony Pomocy https://github.com/ademkivanc
Obsługiwane Języki 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"
    }
}