Laravel/Yii 2 Docs Search Autocomplete
Popup search box to navigate within the Yii 2 and Laravel Docs from every site.
Laravel/Yii 2 Docs Search Autocompleteとは何ですか?
Laravel/Yii 2 Docs Search AutocompleteはGani Georgievによって開発されたChromeの拡張機能で、その主な機能は「Popup search box to navigate within the Yii 2 and Laravel Docs from every site.」です。
拡張機能のスクリーンショット
Laravel/Yii 2 Docs Search Autocomplete拡張機能のCRXファイルをダウンロード
Laravel/Yii 2 Docs Search Autocomplete拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just press `Ctrl + L` (for Laravel) or `Ctrl + Y` (for Yii) and a search box should popup in your current page. Shortcuts and other settings could be changed through the options panel.
拡張機能の基本情報
名前 | Laravel/Yii 2 Docs Search Autocomplete |
ID | feleaddkmjemddinednloockahgcpaif |
公式URL | https://chromewebstore.google.com/detail/laravelyii-2-docs-search/feleaddkmjemddinednloockahgcpaif |
説明 | Popup search box to navigate within the Yii 2 and Laravel Docs from every site. |
ファイルサイズ | 620 KB |
インストール数 | 96 |
現在のバージョン | 1.4.0 |
最終更新日 | 2021-02-14 |
公開日 | 2019-10-14 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Gani Georgiev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete |
ヘルプページのURL | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Laravel\/Yii 2 Docs Search Autocomplete", "description": "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.", "version": "1.4.0", "author": "Gani Georgiev", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "options.html" }, "content_scripts": [ { "js": [ "js\/base.js", "js\/laravel.js", "js\/yii.jssearch.wrapper.js", "js\/yii.jssearch.index.js", "js\/yii.js", "js\/init.js" ], "css": [ "css\/search.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "https:\/\/google.com\/search", "https:\/\/yiiframework.com\/doc-2.0\/*", "https:\/\/algolia.net\/*", "https:\/\/laravel.com\/docs\/*" ] } |