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 } } |