World News
News from Around The World
World Newsคืออะไร?
World News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://momentaryreview.com และคุณลักษณะหลักของมันคือ "News from Around The World"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย World News
ดาวน์โหลดไฟล์ส่วนขยาย World News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
World News Now, Momentary Review, Latest News from Around the World, Breaking News Today, RSS Feed 24 - America, Europe, Asia, Africa, Latin America, Australia
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ecglbejkljjdoconbcfhfilimcmiophl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/world-news/ecglbejkljjdoconbcfhfilimcmiophl |
คำอธิบาย | News from Around The World |
ขนาดไฟล์ | 161 KB |
จำนวนการติดตั้ง | 305 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-01-12 |
วันที่เผยแพร่ | 2018-01-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://momentaryreview.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://momentaryreview.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World News", "label": "World News", "description": "News from Around The World", "version": "1.1", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "News Now", "default_icon": "128.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "notifications" ], "web_accessible_resources": [ "128.png" ] } |