Github HTML Preview in New tab

Github HTML Preview provide a quick way to preview the html files in new tab

Github HTML Preview in New tabคืออะไร?

Github HTML Preview in New tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nuxdie และคุณลักษณะหลักของมันคือ "Github HTML Preview provide a quick way to preview the html files in new tab"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github HTML Preview in New tab

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

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

                                            

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

ชื่อ Github HTML Preview in New tab Github HTML Preview in New tab
ID fepepbplpljmbgigikdechdokijggdjd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd
คำอธิบาย Github HTML Preview provide a quick way to preview the html files in new tab
ขนาดไฟล์ 20.38 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-01-26
วันที่เผยแพร่ 2018-01-26
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา nuxdie
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/nuxdie/gh-html-view
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "github_preview.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "description": "Github HTML Preview provide a quick way to preview the html files in new tab",
    "icons": {
        "128": "github_128.png",
        "16": "github_16.png",
        "48": "github_48.png"
    },
    "manifest_version": 2,
    "name": "Github HTML Preview in New tab",
    "permissions": [
        "https:\/\/github.com\/*",
        "http:\/\/github.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}