NBC News
This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is…
NBC Newsคืออะไร?
NBC News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gadsy และคุณลักษณะหลักของมันคือ "This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is…"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NBC News
ดาวน์โหลดไฟล์ส่วนขยาย NBC News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is just perfect. Click Maddow's face, links to the most recent top MSNBC, NBC News videos show up including Rachel Maddow, Countdown Keith Olbermann, Nightly News, Morning Joe, TODAY show, Your Business and Meet the Press. Click them and they play in a frame above the links. I added system date and time at the bottom because all the videos have dates. What else could you possibly want? I might add links to previous episodes in an update but right now I am very happy with this. If you don't love this extension as much as me, explain in comments :D 2.0 Works now. Sorry for the lack of updates users. Keith is not even on TV anymore :D (Manifest 2.0) 2.1 Added links to more shows like Hardball, Morning Joe, etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | adfagcajhclbogogdgflcckdgdhnmmbj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nbc-news/adfagcajhclbogogdgflcckdgdhnmmbj |
คำอธิบาย | This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is… |
ขนาดไฟล์ | 3.64 KB |
จำนวนการติดตั้ง | 514 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2013-10-26 |
วันที่เผยแพร่ | 2013-10-25 |
คะแนน | 3.22/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Gadsy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "icons": [ "" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/podcastfeeds.nbcnews.com\/*" ] } ], "manifest_version": 2, "name": "NBC News", "permissions": [ "notifications" ], "version": "2.1" } |