Boxcutter
Better package manifests on Github
什么是Boxcutter?
Boxcutter是由Mike North开发的Chrome扩展程序,该扩展的主要功能是“Better package manifests on Github”。
扩展截图
下载Boxcutter扩展crx文件
下载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 |
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" } } |