Porter Plug
Power up your Github experience with embedded repo news and charts from Porter.io
O que é Porter Plug?
Porter Plug é uma extensão do Chrome desenvolvida por https://porter.io, e sua principal característica é "Power up your Github experience with embedded repo news and charts from Porter.io".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Porter Plug
Baixe arquivos de extensão Porter Plug 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
The trending new toy for hardcore Github users and Hacker News fans! Porter Plug helps you learn more about popular repos on Github without leaving the site! Currently we provide repo related news from Hacker News and project growth charts . More cool stuff coming! There's also an userscript available for other browsers on our site. Popular repos are all supported including: bootstrap, d3, node, jquery, rails, brackets, backbone, jekyll, docker, express, angular, ember, meteor, react, django. We also provide personalized Hacker News digest subscription based on your Github profile. The best way to get most of Hacker News everyday! Visit us on https://porter.io for more information. For suggests & issues, throw us a ticket here https://github.com/porter-io/feedback
Informações Básicas da Extensão
Nome | Porter Plug |
ID | lngoojfoglemfpbeiomhgheccpdheilp |
URL Oficial | https://chromewebstore.google.com/detail/porter-plug/lngoojfoglemfpbeiomhgheccpdheilp |
Descrição | Power up your Github experience with embedded repo news and charts from Porter.io |
Tamanho do Arquivo | 82.42 KB |
Contagem de Instalações | 289 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-02-15 |
Data de Publicação | 2015-02-15 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://porter.io |
Tipo de Pagamento | free |
Site da Extensão | https://porter.io/plug/ |
URL da Página de Ajuda | https://github.com/porter-io/feedback |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Porter Plug", "short_name": "Porter Plug", "version": "1.0.2", "minimum_chrome_version": "28", "description": "Power up your Github experience with embedded repo news and charts from Porter.io", "manifest_version": 2, "default_locale": "en", "homepage_url": "https:\/\/porter.io\/plug\/", "background": { "scripts": [ "scripts\/chrome_bg.js" ] }, "icons": { "128": "images\/porter-logo128.png", "64": "images\/porter-logo64.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "scripts\/chrome_fg.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "externally_connectable": { "matches": [ "https:\/\/porter.io\/*" ] }, "web_accessible_resources": [ "scripts\/jquery.min.js" ], "permissions": [ "https:\/\/github.com\/*", "https:\/\/porter.io\/*" ] } |