Code tours Github

Allows to run code tours in your browser

Code tours Githubคืออะไร?

Code tours Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zipper และคุณลักษณะหลักของมันคือ "Allows to run code tours in your browser"

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

screenshot

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

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

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

                        Adds the "code tours" feature directly in github. See https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour

It allows you to explore the code of a repository step by step, guided by previously written Code Tours.                    

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

ชื่อ Code tours Github Code tours Github
ID emmipndjppboloecpfgnckbkcehhhpkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/code-tours-github/emmipndjppboloecpfgnckbkcehhhpkc
คำอธิบาย Allows to run code tours in your browser
ขนาดไฟล์ 42.82 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2021-04-09
วันที่เผยแพร่ 2020-11-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Zipper
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/doctolib/code-tours-github
URL หน้าช่วยเหลือ https://github.com/doctolib/code-tours-github/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Code tours Github",
    "version": "0.0.6",
    "description": "Allows to run code tours in your browser",
    "manifest_version": 2,
    "minimum_chrome_version": "60",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/render.githubusercontent.com\/*",
        "https:\/\/github.com\/*"
    ],
    "icons": {
        "128": "code-tour.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "js": [
                "github.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "code-tour.png"
    ]
}

ส่วนขยายที่เกี่ยวข้อง