Hacker News Popup

Shows how popular the article you're reading on Hacker News is

Co to jest Hacker News Popup?

Hacker News Popup to rozszerzenie Chrome opracowane przez hnpopup, a jego główną funkcją jest „Shows how popular the article you're reading on Hacker News is”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hacker News Popup

Pobierz pliki rozszerzeń Hacker News Popup 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hacker News Popup Hacker News Popup
ID decfpoogjcefcgolalhpigfcofidngjk
Oficjalny URL https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk
Opis Shows how popular the article you're reading on Hacker News is
Rozmiar pliku 51.61 KB
Liczba instalacji 19
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2022-10-29
Data Publikacji 2019-06-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper hnpopup
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/doublemarket/hnpopup
Adres URL Strony Pomocy https://github.com/doublemarket/hnpopup/issues
Obsługiwane Języki 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"
    ]
}