Boxcutter

Better package manifests on Github

Boxcutterคืออะไร?

Boxcutter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike North และคุณลักษณะหลักของมันคือ "Better package manifests on Github"

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

screenshot

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

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

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

                        Boxcutter enhances package manifests on github. 

* Click on package names to jump to their repositories

Support for the following package managers (more coming soon):

* NPM (JavaScript)
* Bower (JavaScript)
* Gem (Ruby)
* Hex (Elixir)                    

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

ชื่อ Boxcutter Boxcutter
ID knapnimomamjogbajmmoefhopnebjbff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boxcutter/knapnimomamjogbajmmoefhopnebjbff
คำอธิบาย Better package manifests on Github
ขนาดไฟล์ 44.97 KB
จำนวนการติดตั้ง 198
เวอร์ชันปัจจุบัน 9
อัปเดตครั้งล่าสุด 2018-05-04
วันที่เผยแพร่ 2018-05-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mike North
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mike-north/chrome-github-boxcutter
URL หน้าช่วยเหลือ https://twitter.com/michaellnorth
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boxcutter",
    "description": "Better package manifests on Github",
    "version": "9",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/registry.npmjs.org\/*",
        "https:\/\/rubygems.org\/*",
        "https:\/\/hex.pm\/*",
        "https:\/\/bower.herokuapp.com\/*",
        "https:\/\/packagist.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}