Laravel Docs Redirect

Redirects you to latest Laravel docs version

Laravel Docs Redirectคืออะไร?

Laravel Docs Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MightyPork และคุณลักษณะหลักของมันคือ "Redirects you to latest Laravel docs version"

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

screenshot

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

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

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

                        Google gives you outdated Laravel docs?

This extension makes it stop by always redirecting you to the latest version.

The redirect happens *only* when you just came from Google, then you free to change the version as you please.                    

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

ชื่อ Laravel Docs Redirect Laravel Docs Redirect
ID hdbkgmhpccfohpchdbcnimghnenjalii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii
คำอธิบาย Redirects you to latest Laravel docs version
ขนาดไฟล์ 11.24 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-02-28
วันที่เผยแพร่ 2016-02-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา MightyPork
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/laravel.com\/docs\/master\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/laravel.com\/docs\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "Redirects you to latest Laravel docs version",
    "manifest_version": 2,
    "name": "Laravel Docs Redirect",
    "version": "1.0.1"
}