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! 擴展基本資訊
| 名稱 | |
| ID | mhjgdcgjihecgfnomcmjfbfkppobgpco |
| 官方網址 | 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
}
} | |