VG News
Makes the front page of VG.no look like Hacker News.
VG Newsคืออะไร?
VG News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Johansen และคุณลักษณะหลักของมันคือ "Makes the front page of VG.no look like Hacker News."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VG News
ดาวน์โหลดไฟล์ส่วนขยาย VG News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |