Hack the News

A Hacker News icon that notifies you when the top story changes.

Hack the News क्या है?

Hack the News github.com/robbiewain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Hacker News icon that notifies you when the top story changes."।

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

screenshot
screenshot

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

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

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

                        Displays a Hacker News icon on your browser that changes color when the top story changes.

Source code at https://github.com/robbiewain/hack-the-news                    

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

नाम Hack the News Hack the News
ID oehghgdldepmknikdpjakmpbonlkmnfa
आधिकारिक URL https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa
विवरण A Hacker News icon that notifies you when the top story changes.
फ़ाइल का आकार 101 KB
स्थापना संख्या 60
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2017-12-07
प्रकाशन तिथि 2017-12-06
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर github.com/robbiewain
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/robbiewain/hack-the-news
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hack the News",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "A Hacker News icon that notifies you when the top story changes.",
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'",
    "icons": {
        "16": "images\/hacker-news-16.png",
        "128": "images\/hacker-news-128.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/hacker-news-19.png",
            "38": "images\/hacker-news-38.png"
        },
        "default_title": "Hack the News",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}