github.monkeypatch.pullrequests
Keep track of pull requests you've viewed, approved, or rejected.
O que é github.monkeypatch.pullrequests?
github.monkeypatch.pullrequests é uma extensão do Chrome desenvolvida por steven.m.wexler, e sua principal característica é "Keep track of pull requests you've viewed, approved, or rejected.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão github.monkeypatch.pullrequests
Baixe arquivos de extensão github.monkeypatch.pullrequests 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
Keep track of pull requests you've viewed, approved, or rejected. Approve a pull request by writing a comment with a thumbs up icon (:+1:) in the pull request conversation. Reject a pull request by writing a comment with a thumbs down icon (:-1:) in the pull request conversation. Pull requests you've viewed, approved, or rejected are indicated by green, red, or yellow respectively. The thumbs up / thumbs down icons represent how many people have approved / rejected a pull request. Pull requests with commits you haven't seen are indicated with a "New Commits" annotation. GitHub: https://github.com/steaks/githubpullrequestsmanager
Informações Básicas da Extensão
Nome | github.monkeypatch.pullrequests |
ID | khfpfmfiapjcfacafgjcigimaaakilen |
URL Oficial | https://chromewebstore.google.com/detail/githubmonkeypatchpullrequ/khfpfmfiapjcfacafgjcigimaaakilen |
Descrição | Keep track of pull requests you've viewed, approved, or rejected. |
Tamanho do Arquivo | 1.27 MB |
Contagem de Instalações | 31 |
Versão Atual | 1.7.5 |
Última Atualização | 2015-06-27 |
Data de Publicação | 2015-06-27 |
Desenvolvedor | steven.m.wexler |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "github.monkeypatch.pullrequests", "description": "Keep track of pull requests you've viewed, approved, or rejected.", "version": "1.7.5", "icons": { "128": "codeducky_partial_logo_128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/www.platform.githubenhancements.com\/*" ], "js": [ "jquery-1.11.1.min.js", "jquery.visible.js", "lodash.js", "angular.js", "jquery.hotkeys.js", "jquery.scrollTo.js", "GitHubPullRequestStatus.js" ], "css": [ "GitHubPullRequestStatus.css" ] } ], "background": { "scripts": [ "jquery-1.11.1.min.js", "GitHubPullRequestStatusBackground.js" ], "persistent": false } } |