Forks Diff Counter for GitHub

This extension will show commits behind and ahead for every fork.

Что такое Forks Diff Counter for GitHub?

Forks Diff Counter for GitHub - это расширение Chrome, разработанное https://giacomoferretti.com, и его основная функция - "This extension will show commits behind and ahead for every fork.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Forks Diff Counter for GitHub

Скачайте файлы расширений Forks Diff Counter for GitHub в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Forks Diff Counter for Github

This extension will show you commits behind and ahead for every fork in the network page of GitHub.                    

Основная информация о расширении

Название Forks Diff Counter for GitHub Forks Diff Counter for GitHub
ID eencojgimolmahmdfpnfbcldppmlokfg
Официальный URL https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg
Описание This extension will show commits behind and ahead for every fork.
Размер файла 16.28 KB
Количество установок 81
Текущая Версия 1.2.4
Последнее Обновление 2023-08-11
Дата публикации 2020-04-30
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://giacomoferretti.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/giacomoferretti/forks-diff-chrome
URL страницы помощи https://github.com/giacomoferretti/forks-diff-chrome
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.4",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon.16.png",
        "32": "icons\/icon.32.png",
        "48": "icons\/icon.48.png",
        "64": "icons\/icon.64.png",
        "128": "icons\/icon.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ]
}