Laravel Doc Pin

Always load your preferred Laravel documentation version!

Laravel Doc Pin là gì?

Laravel Doc Pin là một tiện ích mở rộng Chrome được phát triển bởi cmorrell.com, và tính năng chính của nó là "Always load your preferred Laravel documentation version!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Laravel Doc Pin

Tải xuống các tệp mở rộng Laravel Doc Pin 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

                        Automatically redirect to your preferred version of the Laravel documentation — if you set your preferred version to 5.4 and click a link to /docs/5.1/routing Chrome will automatically load /docs/5.4/routing.                    

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

Tên Laravel Doc Pin Laravel Doc Pin
ID eofhmgcknfjdcihcbpnghkoipjcngpjp
URL Chính Thức https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp
Mô tả Always load your preferred Laravel documentation version!
Kích Thước Tệp 20.41 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-05-19
Ngày Phát Hành 2017-05-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cmorrell.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Laravel Doc Pin",
    "version": "1.0.1",
    "description": "Always load your preferred Laravel documentation version!",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/laravel.com\/docs\/*",
        "storage",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        },
        "default_title": "Laravel Doc Pin"
    }
}