Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
Что такое Github BFF: Better Fork Finder?
Github BFF: Better Fork Finder - это расширение Chrome, разработанное Sridatta Thatipamala, и его основная функция - "Alerts you when there is a more active fork of the Github repo you are viewing".
Снимки экрана расширения
Скачать файл CRX расширения Github BFF: Better Fork Finder
Скачайте файлы расширений Github BFF: Better Fork Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Github BFF: Better Fork Finder |
ID | mohkigeiagechfjbifdedgiicfhalipo |
Официальный URL | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
Описание | Alerts you when there is a more active fork of the Github repo you are viewing |
Размер файла | 36.44 KB |
Количество установок | 43 |
Текущая Версия | 1.0 |
Последнее Обновление | 2012-09-27 |
Дата публикации | 2012-09-26 |
Рейтинг | 4.17/5 Всего 6 оценок |
Разработчик | Sridatta Thatipamala |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github BFF: Better Fork Finder", "version": "1.0", "manifest_version": 2, "description": "Alerts you when there is a more active fork of the Github repo you are viewing", "permissions": [ "https:\/\/github.com\/", "https:\/\/api.github.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "myscript.js" ] } ] } |