Hacker News
Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.
Hacker News क्या है?
Hacker News https://gitconnected.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hacker News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Infinite scroll - Hacker news in default tab - Images for stories - Night mode - Grid or list view Get all the latest tech, startup, and coding news instantly. Read HN in night mode... like the web is meant to be viewed. The grid view offers images and icons to more easily scan the news items. This is an independent Hacker News clone with no connection to Y Combinator (YC). Hacker News is an essential source for developers, founders, designers, software engineers, and anyone obsessed with startups. Thanks to all our friends from Startup School! The Chrome Extension is open source, and you are able to build your own as well! Check out the gitconnected GitHub account under the hacker-news-reader repo. Take the hassle out of reading staying up to date with the news and content that is important to you.
एक्सटेंशन की मूल जानकारी
नाम | Hacker News |
ID | hknoigmfpgfdkccnkbfbjfnocoegoefe |
आधिकारिक URL | https://chromewebstore.google.com/detail/hacker-news/hknoigmfpgfdkccnkbfbjfnocoegoefe |
विवरण | Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view. |
फ़ाइल का आकार | 477 KB |
स्थापना संख्या | 259 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2022-04-20 |
प्रकाशन तिथि | 2018-10-26 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://gitconnected.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News", "description": "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.", "version": "1.0.4", "author": "gitconnected", "browser_action": { "default_icon": "yc-night.png", "default_title": "New Tab" }, "icons": { "128": "yc-night.png", "48": "yc-night.png", "16": "yc-night-small.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false } } |