Hacker News Popup
Shows how popular the article you're reading on Hacker News is
O que é Hacker News Popup?
Hacker News Popup é uma extensão do Chrome desenvolvida por hnpopup, e sua principal característica é "Shows how popular the article you're reading on Hacker News is".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hacker News Popup
Baixe arquivos de extensão Hacker News Popup 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 badge shows the point the article got on Hacker News. Click the badge to open a popup that shows comments on Hacker News. You can also submit an article to Hacker News via the link in the popup if you want to share it with people.
Informações Básicas da Extensão
Nome | Hacker News Popup |
ID | decfpoogjcefcgolalhpigfcofidngjk |
URL Oficial | https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk |
Descrição | Shows how popular the article you're reading on Hacker News is |
Tamanho do Arquivo | 51.61 KB |
Contagem de Instalações | 19 |
Versão Atual | 0.5 |
Última Atualização | 2022-10-29 |
Data de Publicação | 2019-06-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | hnpopup |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/doublemarket/hnpopup |
URL da Página de Ajuda | https://github.com/doublemarket/hnpopup/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Popup", "short_name": "hnpopup", "version": "0.5", "description": "Shows how popular the article you're reading on Hacker News is", "icons": { "128": "icon.png" }, "homepage_url": "https:\/\/github.com\/doublemarket\/hnpopup", "offline_enabled": false, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "activeTab", "storage" ] } |