Hacker News Popup

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

Co je Hacker News Popup?

Hacker News Popup je rozšíření Chrome vyvinuté hnpopup, a jeho hlavní funkcí je „Shows how popular the article you're reading on Hacker News is“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Hacker News Popup

Stáhněte si soubory rozšíření Hacker News Popup ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hacker News Popup Hacker News Popup
ID decfpoogjcefcgolalhpigfcofidngjk
Oficiální URL https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk
Popis Shows how popular the article you're reading on Hacker News is
Velikost souboru 51.61 KB
Počet instalací 19
Aktuální Verze 0.5
Poslední Aktualizace 2022-10-29
Datum Vydání 2019-06-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář hnpopup
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/doublemarket/hnpopup
URL Stránky Nápovědy https://github.com/doublemarket/hnpopup/issues
Podporované Jazyky 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"
    ]
}