Hacker News New Tab
Open Hacker News Links in new tab
Hacker News New Tab क्या है?
Hacker News New Tab akhil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open Hacker News Links in new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hacker News New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hacker News (http://news.ycombinator.com/news) links usually open in the same page. This extension updates the links to open in a new tab.
एक्सटेंशन की मूल जानकारी
नाम | Hacker News New Tab |
ID | fmlhpmapmklbhoekajeimbodkpinefmo |
आधिकारिक URL | https://chromewebstore.google.com/detail/hacker-news-new-tab/fmlhpmapmklbhoekajeimbodkpinefmo |
विवरण | Open Hacker News Links in new tab |
फ़ाइल का आकार | 6.64 KB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2016-05-27 |
प्रकाशन तिथि | 2016-05-27 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | akhil |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://akhil.me |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News New Tab", "manifest_version": 2, "version": "2.0", "description": "Open Hacker News Links in new tab", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*", "http:\/\/hackerne.ws\/*", "https:\/\/hackerne.ws\/*" ], "js": [ "ext.js" ] } ] } |