Hacker News Popup

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

Wat is Hacker News Popup?

Hacker News Popup is een Chrome-extensie ontwikkeld door hnpopup, en de belangrijkste functie is "Shows how popular the article you're reading on Hacker News is".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hacker News Popup

Download Hacker News Popup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hacker News Popup Hacker News Popup
ID decfpoogjcefcgolalhpigfcofidngjk
Officiële URL https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk
Beschrijving Shows how popular the article you're reading on Hacker News is
Bestandsgrootte 51.61 KB
Aantal Installaties 19
Huidige Versie 0.5
Laatst Bijgewerkt 2022-10-29
Publicatiedatum 2019-06-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar hnpopup
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/doublemarket/hnpopup
Help Pagina-URL https://github.com/doublemarket/hnpopup/issues
Ondersteunde Talen 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"
    ]
}