Hacker News Popup

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

Hvad er Hacker News Popup?

Hacker News Popup er en Chrome-udvidelse udviklet af hnpopup, og dens hovedfunktion er "Shows how popular the article you're reading on Hacker News is".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Hacker News Popup-udvidelses-CRX-fil

Download Hacker News Popup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hacker News Popup Hacker News Popup
ID decfpoogjcefcgolalhpigfcofidngjk
Officiel URL https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk
Beskrivelse Shows how popular the article you're reading on Hacker News is
Filstørrelse 51.61 KB
Antal Installationer 19
Nuværende Version 0.5
Senest Opdateret 2022-10-29
Udgivelsesdato 2019-06-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler hnpopup
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/doublemarket/hnpopup
Hjælpeside-URL https://github.com/doublemarket/hnpopup/issues
Understøttede Sprog 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"
    ]
}