Hacker News Rank
Chrome extension that shows how many times a page was upvoted on Hacker News
Hacker News Rank क्या है?
Hacker News Rank https://www.jitbit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that shows how many times a page was upvoted on Hacker News"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hacker News Rank एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to quickly see, if the current URL you're visiting has ever been submitted to HackerNews. If it was - you see the number of upvotes and can quickly go and read the comments by clicking the icon. Which, we think, is the most valuable feature, since the comments at HN are at times more thoughtful and interesting than the actual content. If the current page has NOT been submitted to hackernews, you can do that by clicking the very same extension icon. Created by JitBit (https://www.jitbit.com/) and Artiom Dashinsky (http://dashinsky.com/).
एक्सटेंशन की मूल जानकारी
नाम | Hacker News Rank |
ID | hidhfijjhnnajlkikijcnmpgamfjocdh |
आधिकारिक URL | https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh |
विवरण | Chrome extension that shows how many times a page was upvoted on Hacker News |
फ़ाइल का आकार | 12.7 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 2.6 |
अंतिम अपडेट | 2023-08-27 |
प्रकाशन तिथि | 2019-10-01 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.jitbit.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.jitbit.com/hacker-news-rank/ |
सहायता पृष्ठ URL | https://www.jitbit.com/hacker-news-rank/ |
गोपनीयता नीति पृष्ठ URL | https://www.jitbit.com/hacker-news-rank/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Rank", "version": "2.6", "author": "Jitbit", "action": { "default_icon": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" } }, "icons": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/hn.algolia.com\/" ], "background": { "service_worker": "background.js" }, "description": "Chrome extension that shows how many times a page was upvoted on Hacker News" } |