Wiki Search for GitHub

Search wiki of the repository on GitHub

Cos'è Wiki Search for GitHub?

Wiki Search for GitHub è un'estensione di Chrome sviluppata da linyows, e la sua funzione principale è "Search wiki of the repository on GitHub".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wiki Search for GitHub

Scarica i file di estensione Wiki Search for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Search wiki of the repository on GitHub                    

Informazioni di Base sull'Estensione

Nome Wiki Search for GitHub Wiki Search for GitHub
ID gdifdhnjmjaidbajhapmbcbnoocoeooc
URL Ufficiale https://chromewebstore.google.com/detail/wiki-search-for-github/gdifdhnjmjaidbajhapmbcbnoocoeooc
Descrizione Search wiki of the repository on GitHub
Dimensione del File 773 KB
Conteggio Installazioni 1,919
Versione Corrente 2.0.0
Ultimo Aggiornamento 2016-03-22
Data di Pubblicazione 2016-03-22
Valutazione 4.32/5 Totale 31 Valutazioni
Sviluppatore linyows
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/linyows/github-wiki-search
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Search for GitHub",
    "version": "2.0.0",
    "description": "Search wiki of the repository on GitHub",
    "icons": {
        "16": "images\/icons\/16.png",
        "24": "images\/icons\/24.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png",
        "512": "images\/icons\/512.png"
    },
    "content_scripts": [
        {
            "js": [
                "github-wiki-search.user.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ]
}