Libraries.io | GitHub Companion
Show dependency health as you browse.
Что такое Libraries.io | GitHub Companion?
Libraries.io | GitHub Companion - это расширение Chrome, разработанное Libraries.io, и его основная функция - "Show dependency health as you browse.".
Снимки экрана расширения
Скачать файл CRX расширения Libraries.io | GitHub Companion
Скачайте файлы расширений 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 } } |