Hacker News Rank

Chrome extension that shows how many times a page was upvoted on Hacker News

O que é Hacker News Rank?

Hacker News Rank é uma extensão do Chrome desenvolvida por https://www.jitbit.com, e sua principal característica é "Chrome extension that shows how many times a page was upvoted on Hacker News".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hacker News Rank

Baixe arquivos de extensão Hacker News Rank 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

                        Allows you to quickly see, if the current URL you're visiting has ever been submitted to HackerNews. If it was - you see the number of upvotes and can quickly go and read the comments by clicking the icon. Which, we think, is the most valuable feature, since the comments at HN are at times more thoughtful and interesting than the actual content. If the current page has NOT been submitted to hackernews, you can do that by clicking the very same extension icon.

Created by JitBit (https://www.jitbit.com/) and Artiom Dashinsky (http://dashinsky.com/).                    

Informações Básicas da Extensão

Nome Hacker News Rank Hacker News Rank
ID hidhfijjhnnajlkikijcnmpgamfjocdh
URL Oficial https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh
Descrição Chrome extension that shows how many times a page was upvoted on Hacker News
Tamanho do Arquivo 12.7 KB
Contagem de Instalações 48
Versão Atual 2.6
Última Atualização 2023-08-27
Data de Publicação 2019-10-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.jitbit.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.jitbit.com/hacker-news-rank/
URL da Página de Ajuda https://www.jitbit.com/hacker-news-rank/
URL da Página de Política de Privacidade https://www.jitbit.com/hacker-news-rank/privacy.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hacker News Rank",
    "version": "2.6",
    "author": "Jitbit",
    "action": {
        "default_icon": {
            "16": "Icon.png",
            "48": "[email protected]",
            "128": "Icon128.png"
        }
    },
    "icons": {
        "16": "Icon.png",
        "48": "[email protected]",
        "128": "Icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/hn.algolia.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "description": "Chrome extension that shows how many times a page was upvoted on Hacker News"
}