Github Node.js require() navigator

Makes all Node.js require()s in Github source pages clickable.

Github Node.js require() navigatorคืออะไร?

Github Node.js require() navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lxe และคุณลักษณะหลักของมันคือ "Makes all Node.js require()s in Github source pages clickable."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Node.js require() navigator

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

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

                        Helps with navigating Github Node.js source pages by making all Node.js require()s in Github source pages clickable. Clicking on node `require()`s takes you to their Github project page, relative file, or a Node.js API documentation page.                    

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

ชื่อ Github Node.js require() navigator Github Node.js require() navigator
ID ppkcefoejnbdgijdbbpnclfbnnfdfilj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-nodejs-require-nav/ppkcefoejnbdgijdbbpnclfbnnfdfilj
คำอธิบาย Makes all Node.js require()s in Github source pages clickable.
ขนาดไฟล์ 509 KB
จำนวนการติดตั้ง 595
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2015-04-30
วันที่เผยแพร่ 2015-04-30
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา lxe
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lxe/require-navigator
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Node.js require() navigator",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Makes all Node.js require()s in Github source pages clickable.",
    "homepage_url": "https:\/\/github.com\/lxe\/require-navigator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}