VG News
Makes the front page of VG.no look like Hacker News.
VG News là gì?
VG News là một tiện ích mở rộng Chrome được phát triển bởi Michael Johansen, và tính năng chính của nó là "Makes the front page of VG.no look like Hacker News.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VG News
Tải xuống các tệp mở rộng VG News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | efehmpikadfdbcabkelfcggeodojbkej |
URL Chính Thức | https://chrome.google.com/webstore/detail/vg-news/efehmpikadfdbcabkelfcggeodojbkej |
Mô tả | Makes the front page of VG.no look like Hacker News. |
Kích Thước Tệp | 55.61 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2016-10-11 |
Ngày Phát Hành | 2016-10-11 |
Nhà Phát Triển | Michael Johansen |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/michaeljohansen/vg-news |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |