Libraries.io | GitHub Companion
Show dependency health as you browse.
什么是Libraries.io | GitHub Companion?
Libraries.io | GitHub Companion是由Libraries.io开发的Chrome扩展程序,该扩展的主要功能是“Show dependency health as you browse.”。
扩展截图
下载Libraries.io | GitHub Companion扩展crx文件
下载Libraries.io | GitHub Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Libraries.io | GitHub Companion |
ID | mhjgdcgjihecgfnomcmjfbfkppobgpco |
官方URL | https://chromewebstore.google.com/detail/librariesio-github-compan/mhjgdcgjihecgfnomcmjfbfkppobgpco |
简介 | Show dependency health as you browse. |
文件大小 | 1.31 MB |
安装次数 | 62 |
当前版本 | 0.1 |
更新时间 | 2015-12-11 |
上架时间 | 2015-12-11 |
评分 | 4.67/5 共3次评分 |
开发者 | Libraries.io |
付费类型 | free |
支持的语言 | 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 } } |