Hacker News Rank

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

Co to jest Hacker News Rank?

Hacker News Rank to rozszerzenie Chrome opracowane przez https://www.jitbit.com, a jego główną funkcją jest „Chrome extension that shows how many times a page was upvoted on Hacker News”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hacker News Rank

Pobierz pliki rozszerzeń Hacker News Rank w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/).                    

Podstawowe informacje o rozszerzeniu

Nazwa Hacker News Rank Hacker News Rank
ID hidhfijjhnnajlkikijcnmpgamfjocdh
Oficjalny URL https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh
Opis Chrome extension that shows how many times a page was upvoted on Hacker News
Rozmiar pliku 12.7 KB
Liczba instalacji 48
Aktualna Wersja 2.6
Ostatnia Aktualizacja 2023-08-27
Data Publikacji 2019-10-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.jitbit.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.jitbit.com/hacker-news-rank/
Adres URL Strony Pomocy https://www.jitbit.com/hacker-news-rank/
Adres URL Strony Polityki Prywatności https://www.jitbit.com/hacker-news-rank/privacy.html
Obsługiwane Języki 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"
}