Libraries.io | GitHub Companion
Show dependency health as you browse.
What is Libraries.io | GitHub Companion?
Libraries.io | GitHub Companion is a Chrome extension developed by Libraries.io, and its main feature is "Show dependency health as you browse.".
Extension Screenshots
Download Libraries.io | GitHub Companion Extension CRX File
Download Libraries.io | GitHub Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Libraries.io | GitHub Companion |
ID | mhjgdcgjihecgfnomcmjfbfkppobgpco |
Official URL | https://chromewebstore.google.com/detail/librariesio-github-compan/mhjgdcgjihecgfnomcmjfbfkppobgpco |
Description | Show dependency health as you browse. |
File Size | 1.31 MB |
Installation Count | 62 |
Current Version | 0.1 |
Last Updated | 2015-12-11 |
Publish Date | 2015-12-11 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Libraries.io |
Payment Type | free |
Supported Languages | 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 } } |