Boxcutter
Better package manifests on Github
Wat is Boxcutter?
Boxcutter is een Chrome-extensie ontwikkeld door Mike North, en de belangrijkste functie is "Better package manifests on Github".
Extensie Screenshots
Download het CRX-bestand van de extensie Boxcutter
Download Boxcutter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Boxcutter |
ID | knapnimomamjogbajmmoefhopnebjbff |
Officiële URL | https://chromewebstore.google.com/detail/boxcutter/knapnimomamjogbajmmoefhopnebjbff |
Beschrijving | Better package manifests on Github |
Bestandsgrootte | 44.97 KB |
Aantal Installaties | 198 |
Huidige Versie | 9 |
Laatst Bijgewerkt | 2018-05-04 |
Publicatiedatum | 2018-05-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Mike North |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mike-north/chrome-github-boxcutter |
Help Pagina-URL | https://twitter.com/michaellnorth |
Ondersteunde Talen | 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" } } |