Hacker News Popup

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

Hacker News Popup क्या है?

Hacker News Popup hnpopup द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows how popular the article you're reading on Hacker News is"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hacker News Popup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Hacker News Popup Hacker News Popup
ID decfpoogjcefcgolalhpigfcofidngjk
आधिकारिक URL https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk
विवरण Shows how popular the article you're reading on Hacker News is
फ़ाइल का आकार 51.61 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.5
अंतिम अपडेट 2022-10-29
प्रकाशन तिथि 2019-06-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर hnpopup
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/doublemarket/hnpopup
सहायता पृष्ठ URL https://github.com/doublemarket/hnpopup/issues
समर्थित भाषाएँ 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"
    ]
}