Hacker News discussion
Displays an icon linking to comments on Hacker News for the current page.
Hacker News discussion क्या है?
Hacker News discussion Adam Sapek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays an icon linking to comments on Hacker News for the current page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hacker News discussion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The icon is displayed only for pages that have been discussed on Hacker News. Keyboard shortcuts: Ctrl+Y: open comments in a new tab Alt+Y: open comments in the current tab The extension does not collect any data. Note however that the URLs of pages you visit will be sent over https to HNSearch (https://hn.algolia.com) which is hosted by a YC company Algolia. The extension does not have permission to access data on websites you visit.
एक्सटेंशन की मूल जानकारी
नाम | Hacker News discussion |
ID | iggcipafbcjfofibfhhelnipahhepmkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/hacker-news-discussion/iggcipafbcjfofibfhhelnipahhepmkd |
विवरण | Displays an icon linking to comments on Hacker News for the current page. |
फ़ाइल का आकार | 8.75 KB |
स्थापना संख्या | 125 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2015-09-20 |
प्रकाशन तिथि | 2015-09-19 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | Adam Sapek |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News discussion", "version": "1.9", "description": "Displays an icon linking to comments on Hacker News for the current page.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "y.png", "default_title": "See discussion on HN" }, "commands": { "newtabHN": { "suggested_key": { "default": "Ctrl+Y" }, "description": "Open HN comments in a new tab" }, "_execute_page_action": { "suggested_key": { "default": "Alt+Y" } } }, "permissions": [ "tabs", "https:\/\/hn.algolia.com\/*" ], "icons": { "128": "y128.png" }, "manifest_version": 2 } |