Hacked Hacker News
Hacker News got hacked! Browsing and commenting on Hacker News made easier.
Hacked Hacker News क्या है?
Hacked Hacker News prophetjohn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hacker News got hacked! Browsing and commenting on Hacker News made easier."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hacked Hacker News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features Improved comment threads * Whether or not you've read a comment is tracked*. * *Old comments are cleaned out after a few days. * Comments you haven't read are highlighted. * The number of new comments per thread is displayed in the header. * Submit new comments, edit and delete existing ones without leaving the page and losing your place. * Navigate the comment threads with your keyboard. * j: go to next unread comment * a: upvote current comment * z: downvote current comment * r: reply to current comment Endless front page * Click 'More' to load new stories and new stories will be inserted into the existing page. * No more "Unkown or expired link." Hacked Hacker News will get a fresh link if the current one expires.
एक्सटेंशन की मूल जानकारी
नाम | Hacked Hacker News |
ID | hlddllcemddpbekleofllndfidcgbgdp |
आधिकारिक URL | https://chromewebstore.google.com/detail/hacked-hacker-news/hlddllcemddpbekleofllndfidcgbgdp |
विवरण | Hacker News got hacked! Browsing and commenting on Hacker News made easier. |
फ़ाइल का आकार | 81.82 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 0.944 |
अंतिम अपडेट | 2013-01-23 |
प्रकाशन तिथि | 2013-01-22 |
डेवलपर | prophetjohn |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/j-clark/hacked_hacker_news |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "hhn.css" ], "js": [ "jquery-1.8.3.min.js", "hhn.js", "jquery.form.js" ], "matches": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*" ], "run_at": "document_start" } ], "name": "Hacked Hacker News", "homepage_url": "http:\/\/github.com\/j-clark\/hacked_hacker_news\/blob\/master\/README.md", "version": "0.944", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "web_accessible_resources": [ "img\/spinner.gif" ], "description": "Hacker News got hacked! Browsing and commenting on Hacker News made easier." } |