GitHub Wiki Search
Simple search box for GitHub wikis.
What is GitHub Wiki Search?
GitHub Wiki Search is a Chrome extension developed by https://tannerhodges.com, and its main feature is "Simple search box for GitHub wikis.".
Extension Screenshots
Download GitHub Wiki Search Extension CRX File
Download GitHub Wiki Search 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
## ⭐️ 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
Extension Basic Information
Name | GitHub Wiki Search |
ID | neadealkfeligebmmolcibhbcdfplhhg |
Official URL | https://chromewebstore.google.com/detail/github-wiki-search/neadealkfeligebmmolcibhbcdfplhhg |
Description | Simple search box for GitHub wikis. |
File Size | 6.94 KB |
Installation Count | 660 |
Current Version | 1.0.2 |
Last Updated | 2021-11-07 |
Publish Date | 2020-09-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://tannerhodges.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tannerhodges/github-wiki-search |
Supported Languages | 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" ] } ] } |