Laravel/Yii 2 Docs Search Autocomplete
Popup search box to navigate within the Yii 2 and Laravel Docs from every site.
Was ist Laravel/Yii 2 Docs Search Autocomplete?
Laravel/Yii 2 Docs Search Autocomplete ist eine Chrome-Erweiterung, die von Gani Georgiev entwickelt wurde, und ihr Hauptmerkmal ist "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.".
Erweiterungsscreenshots
Laravel/Yii 2 Docs Search Autocomplete-Erweiterungs-CRX-Datei herunterladen
Laden Sie Laravel/Yii 2 Docs Search Autocomplete-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | feleaddkmjemddinednloockahgcpaif |
| Offizielle URL | https://chromewebstore.google.com/detail/laravelyii-2-docs-search/feleaddkmjemddinednloockahgcpaif |
| Beschreibung | Popup search box to navigate within the Yii 2 and Laravel Docs from every site. |
| Dateigröße | 620 KB |
| Installationsanzahl | 96 |
| Aktuelle Version | 1.4.0 |
| Letztes Update | 2021-02-14 |
| Veröffentlichungsdatum | 2019-10-14 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Gani Georgiev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete |
| Hilfeseite URL | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete/issues |
| Unterstützte Sprachen | 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\/*"
]
} | |