GitHub Pocket
Read It Later for GitHub
O que é GitHub Pocket?
GitHub Pocket é uma extensão do Chrome desenvolvida por David Pavlík, e sua principal característica é "Read It Later for GitHub".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub Pocket
Baixe arquivos de extensão GitHub Pocket 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
Ahhhhh, sometimes I don't want to star a repo and I just have no time to know if it's really interesting, but it looks it is! I don't want to miss good stuff either. So I just add it to Pocket and read it later!
Informações Básicas da Extensão
Nome | GitHub Pocket |
ID | cfkoiggmhiohdhpkcpinclakhcodmdal |
URL Oficial | https://chromewebstore.google.com/detail/github-pocket/cfkoiggmhiohdhpkcpinclakhcodmdal |
Descrição | Read It Later for GitHub |
Tamanho do Arquivo | 49.72 KB |
Contagem de Instalações | 42 |
Versão Atual | 0.1.0 |
Última Atualização | 2017-02-01 |
Data de Publicação | 2017-02-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | David Pavlík |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/egoist/github-pocket |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Read It Later for GitHub", "manifest_version": 2, "name": "GitHub Pocket", "offline_enabled": true, "version": "0.1.0", "icons": { "128": "img\/icon.png" }, "permissions": [ "https:\/\/github.com\/*", "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/vue.js", "js\/main.js" ], "css": [ "css\/main.css" ] } ] } |