Better Search For Github

Save your favorite filters when searching in github repos

Что такое Better Search For Github?

Better Search For Github - это расширение Chrome, разработанное Xavier Cambar, и его основная функция - "Save your favorite filters when searching in github repos".

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

screenshot

Скачать файл CRX расширения Better Search For Github

Скачайте файлы расширений Better Search For Github в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Save your favorite Github searches with Better Search for Github.

You have many projects to manage in Github, and there are too many searches that you have to do over and over again.

With this extension, searching your issues and pull-requests in Github is much easier so that you can manage your projects more easily!                    

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

Название Better Search For Github Better Search For Github
ID clkoiiijdjmoojmeicielppejamlbbkl
Официальный URL https://chromewebstore.google.com/detail/better-search-for-github/clkoiiijdjmoojmeicielppejamlbbkl
Описание Save your favorite filters when searching in github repos
Размер файла 102 KB
Количество установок 871
Текущая Версия 1.3.0
Последнее Обновление 2016-06-19
Дата публикации 2016-06-19
Рейтинг 4.00/5 Всего 1 оценок
Разработчик Xavier Cambar
Тип оплаты free
Официальный сайт расширения http://xcambar.github.io/github-better-filters/
URL страницы помощи http://github.com/xcambar/github-better-filters/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Search For Github",
    "description": "Save your favorite filters when searching in github repos",
    "version": "1.3.0",
    "author": "Xavier Cambar ",
    "homepage_url": "https:\/\/github.com\/xcambar\/github-better-filters",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "css\/content.css",
                "css\/vendor\/animate.css"
            ],
            "js": [
                "browser.js",
                "js\/jquery.js",
                "js\/uuid.js",
                "js\/main.js"
            ],
            "matches": [
                "*:\/\/*.github.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icons\/16.png",
        "32": "img\/icons\/32.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "web_accessible_resources": []
}