Fisheye Commit Graph Opener

Extension opens Fisheye Commit Graph view of specified repository in new tab

Что такое Fisheye Commit Graph Opener?

Fisheye Commit Graph Opener - это расширение Chrome, разработанное https://ivanova-irina.blogspot.com, и его основная функция - "Extension opens Fisheye Commit Graph view of specified repository in new tab".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Fisheye Commit Graph Opener

Скачайте файлы расширений Fisheye Commit Graph Opener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        NB! This is a dead project! It's not supported anymore, so there is no guarantee that it will work on latest browser's versions.

It is useful for developers or testers who often need to open Fisheye Commit Graph views of different repositories.
All you need is to describe your repos in the Options (only one time after installation) and insert key-words using autocomplete.

Getting started
After extension is installed into Chrome you need to define Options (Options link in the extensions page chrome://extensions/): URL of Fisheye and Repository key-words and codes.
After options are saved open extension, insert key-word of repo (there is autocomplete for all key-words), click Enter and extension will open required Commit Graph page.

GitLab repo: https://gitlab.com/irina-ivanova-extensions/Fisheye-Commit-Graph-Opener                    

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

Название Fisheye Commit Graph Opener Fisheye Commit Graph Opener
ID iedkjhgaoiceaddkolomdfbdelbgipdb
Официальный URL https://chromewebstore.google.com/detail/fisheye-commit-graph-open/iedkjhgaoiceaddkolomdfbdelbgipdb
Описание Extension opens Fisheye Commit Graph view of specified repository in new tab
Размер файла 208 KB
Количество установок 26
Текущая Версия 3.0
Последнее Обновление 2019-11-04
Дата публикации 2019-11-04
Разработчик https://ivanova-irina.blogspot.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gitlab.com/irina-ivanova-extensions/Fisheye-Commit-Graph-Opener
URL страницы помощи https://gitlab.com/irina-ivanova-extensions/Fisheye-Commit-Graph-Opener
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fisheye Commit Graph Opener",
    "version": "3.0",
    "manifest_version": 2,
    "description": "Extension opens Fisheye Commit Graph view of specified repository in new tab",
    "homepage_url": "https:\/\/gitlab.com\/irina-ivanova-extensions\/Fisheye-Commit-Graph-Opener",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_security_policy": "default-src 'self'",
    "author": {
        "name": "Irina Ivanova",
        "email": "[email protected]"
    }
}