Laravel Doc Pin

Always load your preferred Laravel documentation version!

Laravel Doc Pinคืออะไร?

Laravel Doc Pin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cmorrell.com และคุณลักษณะหลักของมันคือ "Always load your preferred Laravel documentation version!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Laravel Doc Pin

ดาวน์โหลดไฟล์ส่วนขยาย Laravel Doc Pin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Laravel Doc Pin Laravel Doc Pin
ID eofhmgcknfjdcihcbpnghkoipjcngpjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp
คำอธิบาย Always load your preferred Laravel documentation version!
ขนาดไฟล์ 20.41 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-05-19
วันที่เผยแพร่ 2017-05-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา cmorrell.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}