Wiki Search for GitHub
Search wiki of the repository on GitHub
O que é Wiki Search for GitHub?
Wiki Search for GitHub é uma extensão do Chrome desenvolvida por linyows, e sua principal característica é "Search wiki of the repository on GitHub".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wiki Search for GitHub
Baixe arquivos de extensão Wiki Search for GitHub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Search wiki of the repository on GitHub
Informações Básicas da Extensão
Nome | Wiki Search for GitHub |
ID | gdifdhnjmjaidbajhapmbcbnoocoeooc |
URL Oficial | https://chromewebstore.google.com/detail/wiki-search-for-github/gdifdhnjmjaidbajhapmbcbnoocoeooc |
Descrição | Search wiki of the repository on GitHub |
Tamanho do Arquivo | 773 KB |
Contagem de Instalações | 1,919 |
Versão Atual | 2.0.0 |
Última Atualização | 2016-03-22 |
Data de Publicação | 2016-03-22 |
Classificação | 4.32/5 Total de 31 Avaliações |
Desenvolvedor | linyows |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/linyows/github-wiki-search |
Idiomas Suportados | 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\/*" ] } ] } |