Boxcutter

Better package manifests on Github

What is Boxcutter?

Boxcutter is a Chrome extension developed by Mike North, and its main feature is "Better package manifests on Github".

Extension Screenshots

screenshot

Download Boxcutter Extension CRX File

Download Boxcutter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Boxcutter Boxcutter
ID knapnimomamjogbajmmoefhopnebjbff
Official URL https://chromewebstore.google.com/detail/boxcutter/knapnimomamjogbajmmoefhopnebjbff
Description Better package manifests on Github
File Size 44.97 KB
Installation Count 198
Current Version 9
Last Updated 2018-05-04
Publish Date 2018-05-04
Rating 5.00/5 Total 1 Ratings
Developer Mike North
Email [email protected]
Payment Type free
Extension Website https://github.com/mike-north/chrome-github-boxcutter
Help Page URL https://twitter.com/michaellnorth
Supported Languages 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"
    }
}