Hacker News Feed

Have a quick peek at the top posts on Hacker news.

Hacker News Feed क्या है?

Hacker News Feed nishanth_v द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Have a quick peek at the top posts on Hacker news. "।

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

screenshot
screenshot

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

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

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

                        Have a quick peek at the top posts on Hacker news. 

HackerNews is the most popular news site in the tech industry and one of the top choices for new product releases.The overcrowding of threads on HN has made its front page the holy grail for new product release, as most people would only refresh the front page to catch the hottest topics.
 - Porter.io

https://github.com/nishanthvijayan/HackerNews-Feed
Star the project on github to show your support.

If you have any suggestions to make this project better,log it as an issue.                    

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

नाम Hacker News Feed Hacker News Feed
ID gnbcehahhollgehdncegnjcoflocfghb
आधिकारिक URL https://chrome.google.com/webstore/detail/hacker-news-feed/gnbcehahhollgehdncegnjcoflocfghb
विवरण Have a quick peek at the top posts on Hacker news.
फ़ाइल का आकार 46.55 KB
स्थापना संख्या 71
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2018-06-04
प्रकाशन तिथि 2018-06-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर nishanth_v
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/nishanthvijayan/HackerNews-Feed
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News Feed",
    "description": "Have a quick peek at the top posts on Hacker news. ",
    "version": "0.1.1",
    "permissions": [
        "http:\/\/node-hnapi.herokuapp.com\/",
        "tabs"
    ],
    "short_name": "Hacker News Feed",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    }
}