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) 擴展基本資訊
| 名稱 | |
| ID | knapnimomamjogbajmmoefhopnebjbff |
| 官方網址 | 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"
}
} | |