Better Search For Github

Save your favorite filters when searching in github repos

Co to jest Better Search For Github?

Better Search For Github to rozszerzenie Chrome opracowane przez Xavier Cambar, a jego główną funkcją jest „Save your favorite filters when searching in github repos”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Better Search For Github

Pobierz pliki rozszerzeń Better Search For Github w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Better Search For Github Better Search For Github
ID clkoiiijdjmoojmeicielppejamlbbkl
Oficjalny URL https://chromewebstore.google.com/detail/better-search-for-github/clkoiiijdjmoojmeicielppejamlbbkl
Opis Save your favorite filters when searching in github repos
Rozmiar pliku 102 KB
Liczba instalacji 871
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2016-06-19
Data Publikacji 2016-06-19
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Xavier Cambar
Typ Płatności free
Strona Rozszerzenia http://xcambar.github.io/github-better-filters/
Adres URL Strony Pomocy http://github.com/xcambar/github-better-filters/issues
Obsługiwane Języki 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": []
}