Libraries.io | GitHub Companion
Show dependency health as you browse.
Vad är Libraries.io | GitHub Companion?
Libraries.io | GitHub Companion är en Chrome-tillägg utvecklad av Libraries.io, och dess huvudfunktion är "Show dependency health as you browse.".
Tilläggsskärmbilder
Ladda ner Libraries.io | GitHub Companion-förlängningens CRX-fil
Ladda ner Libraries.io | GitHub Companion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Libraries.io | GitHub Companion |
ID | mhjgdcgjihecgfnomcmjfbfkppobgpco |
Officiell webbadress | https://chromewebstore.google.com/detail/librariesio-github-compan/mhjgdcgjihecgfnomcmjfbfkppobgpco |
Beskrivning | Show dependency health as you browse. |
Filstorlek | 1.31 MB |
Antal Installationer | 62 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-12-11 |
Publiceringsdatum | 2015-12-11 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | Libraries.io |
Betalningssätt | free |
Stödda Språk | 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 } } |