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 هو إضافة Chrome تم تطويرها بواسطة Gani Georgiev، والميزة الرئيسية لها هي "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Laravel/Yii 2 Docs Search Autocomplete
قم بتنزيل ملفات الامتداد Laravel/Yii 2 Docs Search Autocomplete بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete |
عنوان صفحة المساعدة | 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\/*" ] } |