HackerNew

The best Hacker News extension, making HN quicker and more useful since 2012.

HackerNew क्या है?

HackerNew Tom Moor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best Hacker News extension, making HN quicker and more useful since 2012."।

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

screenshot
screenshot

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

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

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

                        Once you install this extension you'll never be able to go back to regular Hacker News, featuring:

- Improved readability design
- Retina screen support
- User following
- Super fast inline replies
- Quick profiles with social network info when hovering over usernames
- Filtering of stories based on terms and phrases / domain or user
- Endless scrolling
- Collapsible comment threads
- Direct link to Google Cache version
- Social sharing for Twitter, Facebook, Google+, Buffer


HackerNew is open source - forks and improvements are welcome:
https://github.com/tommoor/HackerNew                    

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

नाम HackerNew HackerNew
ID lgoghlndihpmbbgmbpjohilcphbfhddd
आधिकारिक URL https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd
विवरण The best Hacker News extension, making HN quicker and more useful since 2012.
फ़ाइल का आकार 209 KB
स्थापना संख्या 1,213
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2021-04-20
प्रकाशन तिथि 2021-04-20
रेटिंग 4.32/5 कुल 50 रेटिंग्स
डेवलपर Tom Moor
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tommoor/HackerNew
सहायता पृष्ठ URL https://github.com/tommoor/HackerNew
गोपनीयता नीति पृष्ठ URL https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNew",
    "version": "1.3.2",
    "description": "The best Hacker News extension, making HN quicker and more useful since 2012.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/karma.png",
        "images\/follow.png",
        "images\/unfollow.png",
        "images\/loading.gif",
        "images\/loading-light.gif",
        "images\/icons.png",
        "images\/icon.png",
        "images\/arrow-up.png",
        "images\/arrow-down.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.org\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "forms.css",
                "hn.css"
            ],
            "js": [
                "js\/libs\/jquery-1.7.1.min.js",
                "js\/libs\/jquery.hoverIntent.js",
                "js\/libs\/jquery.autogrow.js",
                "js\/libs\/twitter.text.js",
                "js\/hn.js"
            ]
        }
    ]
}