Boxcutter
Better package manifests on Github
Cos'è Boxcutter?
Boxcutter è un'estensione di Chrome sviluppata da Mike North, e la sua funzione principale è "Better package manifests on Github".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Boxcutter
Scarica i file di estensione Boxcutter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | knapnimomamjogbajmmoefhopnebjbff |
| URL Ufficiale | https://chromewebstore.google.com/detail/boxcutter/knapnimomamjogbajmmoefhopnebjbff |
| Descrizione | Better package manifests on Github |
| Dimensione del File | 44.97 KB |
| Conteggio Installazioni | 198 |
| Versione Corrente | 9 |
| Ultimo Aggiornamento | 2018-05-04 |
| Data di Pubblicazione | 2018-05-04 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Mike North |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/mike-north/chrome-github-boxcutter |
| URL della Pagina di Aiuto | https://twitter.com/michaellnorth |
| Lingue Supportate | 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"
}
} | |