Octoview

The missing preview feature for GitHub

Octoviewคืออะไร?

Octoview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rongjian Zhang และคุณลักษณะหลักของมันคือ "The missing preview feature for GitHub"

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

screenshot
screenshot

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

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

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

                        Preview files on GitHub.

Source code:

https://github.com/pd4d10/octoview                    

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

ชื่อ Octoview Octoview
ID ekjhcbdeiniodnnilfihlnlnnpkhleel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel
คำอธิบาย The missing preview feature for GitHub
ขนาดไฟล์ 646 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-08-23
วันที่เผยแพร่ 2017-08-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Rongjian Zhang
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pd4d10/octoview
URL หน้าช่วยเหลือ https://github.com/pd4d10/octoview
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Octoview",
    "version": "1.0.0",
    "description": "The missing preview feature for GitHub",
    "homepage_url": "https:\/\/github.com\/pd4d10\/octoview",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "dist\/raven.js",
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "dist\/raven.js",
                "dist\/contentscript.js"
            ],
            "run-at": "document_idle"
        }
    ]
}