Libraries.io | GitHub Companion
Show dependency health as you browse.
Hvad er Libraries.io | GitHub Companion?
Libraries.io | GitHub Companion er en Chrome-udvidelse udviklet af Libraries.io, og dens hovedfunktion er "Show dependency health as you browse.".
Udvidelsesskærmbilleder
Download Libraries.io | GitHub Companion-udvidelses-CRX-fil
Download Libraries.io | GitHub Companion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Libraries.io | GitHub Companion |
ID | mhjgdcgjihecgfnomcmjfbfkppobgpco |
Officiel URL | https://chromewebstore.google.com/detail/librariesio-github-compan/mhjgdcgjihecgfnomcmjfbfkppobgpco |
Beskrivelse | Show dependency health as you browse. |
Filstørrelse | 1.31 MB |
Antal Installationer | 62 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-12-11 |
Udgivelsesdato | 2015-12-11 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | Libraries.io |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |