Hacker News Sorter
Sort posts by points, enables search and linkify's Hacker News.
Hacker News Sorter क्या है?
Hacker News Sorter thejspr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort posts by points, enables search and linkify's Hacker News."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hacker News Sorter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Sort posts by points - Enable search in header - Autolink posts Sort posts by clicking the button in the top left corner. Feel free to leave any suggestions, requests or feedback. Source available at: https://github.com/thejspr/hacker-news-sorter Regards, https://news.ycombinator.com/user?id=thejspr
एक्सटेंशन की मूल जानकारी
नाम | Hacker News Sorter |
ID | anmdmfcnlenkjbiffghfjglgjpchneeo |
आधिकारिक URL | https://chromewebstore.google.com/detail/hacker-news-sorter/anmdmfcnlenkjbiffghfjglgjpchneeo |
विवरण | Sort posts by points, enables search and linkify's Hacker News. |
फ़ाइल का आकार | 39.18 KB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 1.7.0 |
अंतिम अपडेट | 2022-10-09 |
प्रकाशन तिथि | 2014-09-19 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | thejspr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/thejspr/hacker-news-sorter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Sorter", "version": "1.7.0", "description": "Sort posts by points, enables search and linkify's Hacker News.", "content_scripts": [ { "matches": [ "*:\/\/news.ycombinator.com\/*" ], "js": [ "jquery-3.6.1.min.js", "content.js", "auto-link.js" ] } ], "icons": { "48": "icon2.png" }, "permissions": [ "*:\/\/news.ycombinator.com\/*" ], "background": "background.html" } |