Libraries.io | GitHub Companion
Show dependency health as you browse.
Wat is Libraries.io | GitHub Companion?
Libraries.io | GitHub Companion is een Chrome-extensie ontwikkeld door Libraries.io, en de belangrijkste functie is "Show dependency health as you browse.".
Extensie Screenshots
Download het CRX-bestand van de extensie Libraries.io | GitHub Companion
Download Libraries.io | GitHub Companion-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
Libraries.io GitHub Companion allows you to check dependency health as you browse.
This extension is Open Source: https://github.com/librariesio/github_companion
For feedback and support open an issue on GitHub! Basisinformatie over de Extensie
| Naam | |
| ID | mhjgdcgjihecgfnomcmjfbfkppobgpco |
| Officiële URL | https://chromewebstore.google.com/detail/librariesio-github-compan/mhjgdcgjihecgfnomcmjfbfkppobgpco |
| Beschrijving | Show dependency health as you browse. |
| Bestandsgrootte | 1.31 MB |
| Aantal Installaties | 62 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2015-12-11 |
| Publicatiedatum | 2015-12-11 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Libraries.io |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.1",
"name": "Libraries.io | GitHub Companion",
"description": "Show dependency health as you browse.",
"icons": {
"16": "icons\/favicon-16.png",
"128": "icons\/favicon-128.png"
},
"permissions": [
"https:\/\/github.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*"
],
"js": [
"libs\/jquery.min.js",
"libs\/handlebars.runtime-latest.js",
"compiled-templates.js",
"content-script.js"
]
}
],
"background": {
"scripts": [
"event-page.js"
],
"persistent": false
}
} | |