Github Package.json Enhancer

Enhance Package.json on Github by linking up modules to NPM

Github Package.json Enhancerคืออะไร?

Github Package.json Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikaelb และคุณลักษณะหลักของมันคือ "Enhance Package.json on Github by linking up modules to NPM"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Package.json Enhancer

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

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

                        Enhance Package.json on Github by linking up modules to NPM.

Adds links to NPM page for all packages listed as dependencies and devDependencies and package name in package.json files on the Github page. Allows you to easily navigate to dependencies and see documentation from the Github page.                    

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

ชื่อ Github Package.json Enhancer Github Package.json Enhancer
ID jlochnaakbagkffoegmapgeenhhgljic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-packagejson-enhanc/jlochnaakbagkffoegmapgeenhhgljic
คำอธิบาย Enhance Package.json on Github by linking up modules to NPM
ขนาดไฟล์ 18.89 KB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 7
อัปเดตครั้งล่าสุด 2015-04-16
วันที่เผยแพร่ 2015-04-15
ผู้พัฒนา mikaelb
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mikaelbr/chrome-github-packages
URL หน้าช่วยเหลือ https://github.com/mikaelbr/chrome-github-packages/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Package.json Enhancer",
    "description": "Enhance Package.json on Github by linking up modules to NPM",
    "version": "7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}