GitHub Wiki Search
Simple search box for GitHub wikis.
Cos'è GitHub Wiki Search?
GitHub Wiki Search è un'estensione di Chrome sviluppata da https://tannerhodges.com, e la sua funzione principale è "Simple search box for GitHub wikis.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Wiki Search
Scarica i file di estensione GitHub Wiki Search 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
## ⭐️ 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | neadealkfeligebmmolcibhbcdfplhhg |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-wiki-search/neadealkfeligebmmolcibhbcdfplhhg |
| Descrizione | Simple search box for GitHub wikis. |
| Dimensione del File | 6.94 KB |
| Conteggio Installazioni | 660 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2021-11-07 |
| Data di Pubblicazione | 2020-09-28 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://tannerhodges.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/tannerhodges/github-wiki-search |
| Lingue Supportate | 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"
]
}
]
} | |