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 là gì?

Laravel/Yii 2 Docs Search Autocomplete là một tiện ích mở rộng Chrome được phát triển bởi Gani Georgiev, và tính năng chính của nó là "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Laravel/Yii 2 Docs Search Autocomplete

Tải xuống các tệp mở rộng Laravel/Yii 2 Docs Search Autocomplete dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Laravel/Yii 2 Docs Search Autocomplete Laravel/Yii 2 Docs Search Autocomplete
ID feleaddkmjemddinednloockahgcpaif
URL Chính Thức https://chromewebstore.google.com/detail/laravelyii-2-docs-search/feleaddkmjemddinednloockahgcpaif
Mô tả Popup search box to navigate within the Yii 2 and Laravel Docs from every site.
Kích Thước Tệp 620 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2021-02-14
Ngày Phát Hành 2019-10-14
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Gani Georgiev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete
URL Trang Trợ Giúp https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}