Laravel/Yii 2 Docs Search Autocomplete
Popup search box to navigate within the Yii 2 and Laravel Docs from every site.
O que é Laravel/Yii 2 Docs Search Autocomplete?
Laravel/Yii 2 Docs Search Autocomplete é uma extensão do Chrome desenvolvida por Gani Georgiev, e sua principal característica é "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Laravel/Yii 2 Docs Search Autocomplete
Baixe arquivos de extensão Laravel/Yii 2 Docs Search Autocomplete no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Laravel/Yii 2 Docs Search Autocomplete |
ID | feleaddkmjemddinednloockahgcpaif |
URL Oficial | https://chromewebstore.google.com/detail/laravelyii-2-docs-search/feleaddkmjemddinednloockahgcpaif |
Descrição | Popup search box to navigate within the Yii 2 and Laravel Docs from every site. |
Tamanho do Arquivo | 620 KB |
Contagem de Instalações | 96 |
Versão Atual | 1.4.0 |
Última Atualização | 2021-02-14 |
Data de Publicação | 2019-10-14 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Gani Georgiev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete |
URL da Página de Ajuda | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete/issues |
Idiomas Suportados | 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\/*" ] } |