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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Laravel/Yii 2 Docs Search Autocomplete

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
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\/*"
    ]
}