Wiki Search for GitHub

Search wiki of the repository on GitHub

What is Wiki Search for GitHub?

Wiki Search for GitHub is a Chrome extension developed by linyows, and its main feature is "Search wiki of the repository on GitHub".

Extension Screenshots

screenshot
screenshot

Download Wiki Search for GitHub Extension CRX File

Download Wiki Search for GitHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Search wiki of the repository on GitHub                    

Extension Basic Information

Name Wiki Search for GitHub Wiki Search for GitHub
ID gdifdhnjmjaidbajhapmbcbnoocoeooc
Official URL https://chromewebstore.google.com/detail/wiki-search-for-github/gdifdhnjmjaidbajhapmbcbnoocoeooc
Description Search wiki of the repository on GitHub
File Size 773 KB
Installation Count 1,919
Current Version 2.0.0
Last Updated 2016-03-22
Publish Date 2016-03-22
Rating 4.32/5 Total 31 Ratings
Developer linyows
Payment Type free
Extension Website https://github.com/linyows/github-wiki-search
Supported Languages 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\/*"
            ]
        }
    ]
}