Boxcutter
Better package manifests on Github
Apa itu Boxcutter?
Boxcutter adalah ekstensi Chrome yang dikembangkan oleh Mike North, dan fitur utamanya adalah "Better package manifests on Github".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Boxcutter
Unduh file ekstensi Boxcutter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | Boxcutter |
ID | knapnimomamjogbajmmoefhopnebjbff |
URL Resmi | https://chromewebstore.google.com/detail/boxcutter/knapnimomamjogbajmmoefhopnebjbff |
Deskripsi | Better package manifests on Github |
Ukuran File | 44.97 KB |
Jumlah Instalasi | 198 |
Versi Saat Ini | 9 |
Terakhir Diperbarui | 2018-05-04 |
Tanggal Publikasi | 2018-05-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Mike North |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mike-north/chrome-github-boxcutter |
URL Halaman Bantuan | https://twitter.com/michaellnorth |
Bahasa yang Didukung | 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" } } |