Boxcutter

Better package manifests on Github

Boxcutter क्या है?

Boxcutter Mike North द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Better package manifests on Github"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Boxcutter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}