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 |
公式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" } } |