GitHub Wiki Search

Simple search box for GitHub wikis.

Co to jest GitHub Wiki Search?

GitHub Wiki Search to rozszerzenie Chrome opracowane przez https://tannerhodges.com, a jego główną funkcją jest „Simple search box for GitHub wikis.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GitHub Wiki Search

Pobierz pliki rozszerzeń GitHub Wiki Search 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

                        ## ⭐️ Features

- Adds a simple search form to the top of GitHub wikis.
- Links to that repo's search page (e.g., `/search?type=Wikis`).

For more details on how to search GitHub wikis, check out the docs: https://docs.github.com/en/free-pro-team@latest/github/searching-for-information-on-github/searching-wikis.

## 👀 Alternatives

- https://chrome.google.com/webstore/detail/wiki-search-for-github/gdifdhnjmjaidbajhapmbcbnoocoeooc                    

Podstawowe informacje o rozszerzeniu

Nazwa GitHub Wiki Search GitHub Wiki Search
ID neadealkfeligebmmolcibhbcdfplhhg
Oficjalny URL https://chromewebstore.google.com/detail/github-wiki-search/neadealkfeligebmmolcibhbcdfplhhg
Opis Simple search box for GitHub wikis.
Rozmiar pliku 6.94 KB
Liczba instalacji 660
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-11-07
Data Publikacji 2020-09-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://tannerhodges.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/tannerhodges/github-wiki-search
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Wiki Search",
    "version": "1.0.2",
    "description": "Simple search box for GitHub wikis.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}