VG News
Makes the front page of VG.no look like Hacker News.
VG News क्या है?
VG News Michael Johansen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the front page of VG.no look like Hacker News."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VG News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension was made for demo purposes in relation to a 30-minute workshop on Chrome extensions where I work. Use both the extension and the code (see GitHub) at your own discretion. I take absolutely no responsibility for anyones use of the extension or the code. Questions? Send me an email.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | efehmpikadfdbcabkelfcggeodojbkej |
आधिकारिक URL | https://chrome.google.com/webstore/detail/vg-news/efehmpikadfdbcabkelfcggeodojbkej |
विवरण | Makes the front page of VG.no look like Hacker News. |
फ़ाइल का आकार | 55.61 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 0.4.0 |
अंतिम अपडेट | 2016-10-11 |
प्रकाशन तिथि | 2016-10-11 |
डेवलपर | Michael Johansen |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/michaeljohansen/vg-news |
समर्थित भाषाएँ | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VG News", "description": "Makes the front page of VG.no look like Hacker News.", "manifest_version": 2, "version": "0.4.0", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.vg.no\/*" ], "js": [ "jquery-3.1.1.min.js", "vgnews.js" ] } ], "web_accessible_resources": [ "128.png" ] } |