Programming News

Aggregates the top news items from Hacker News and Reddit /r/programming

Programming News क्या है?

Programming News Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aggregates the top news items from Hacker News and Reddit /r/programming"।

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

screenshot

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

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

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

                        Collects the top news items from Hacker News and Reddit /r/programming with a green, black and grey terminal theme. Allows the user to keep a reading list of 100 items for later viewing.                    

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

नाम Programming News Programming News
ID ggmnmmjaecmnabilobpplklijinifpip
आधिकारिक URL https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip
विवरण Aggregates the top news items from Hacker News and Reddit /r/programming
फ़ाइल का आकार 58.57 KB
स्थापना संख्या 293
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-03-13
प्रकाशन तिथि 2013-03-13
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mchaver/Programming-News
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Programming News",
    "description": "Aggregates the top news items from Hacker News and Reddit \/r\/programming",
    "version": "1.1",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Programming News"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/news.ycombinator.com\/*",
        "http:\/\/www.reddit.com\/r\/programming"
    ]
}