WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
O que é WIP Pull Request Unhighlignter for GitHub?
WIP Pull Request Unhighlignter for GitHub é uma extensão do Chrome desenvolvida por Kensuke Nagae, e sua principal característica é "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WIP Pull Request Unhighlignter for GitHub
Baixe arquivos de extensão WIP Pull Request Unhighlignter 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
Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension) Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/
Informações Básicas da Extensão
Nome | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
URL Oficial | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
Descrição | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
Tamanho do Arquivo | 823 KB |
Contagem de Instalações | 83 |
Versão Atual | 2.3.0 |
Última Atualização | 2019-08-07 |
Data de Publicação | 2019-08-06 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Kensuke Nagae |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
URL da Página de Ajuda | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WIP Pull Request Unhighlignter for GitHub", "version": "2.3.0", "manifest_version": 2, "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.", "permissions": [ "storage" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/pulls*", "https:\/\/github.com\/pulls*" ], "js": [ "app.js" ] } ], "icons": { "128": "assets\/icon.png" } } |