Quick news
The app allows you to quickly and efficiently view all popular news sites in the areas of sports, economics and current events
Quick newsคืออะไร?
Quick news เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lotan Sartel และคุณลักษณะหลักของมันคือ "The app allows you to quickly and efficiently view all popular news sites in the areas of sports, economics and current events"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick news
ดาวน์โหลดไฟล์ส่วนขยาย Quick news ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The app allows you to quickly and efficiently view all popular news sites in the areas of sports, economics and current events
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lcnbgkjcogmfdhgnefgmlpofpcihjlpn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/quick-news/lcnbgkjcogmfdhgnefgmlpofpcihjlpn |
คำอธิบาย | The app allows you to quickly and efficiently view all popular news sites in the areas of sports, economics and current events |
ขนาดไฟล์ | 20.68 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-08-29 |
วันที่เผยแพร่ | 2016-08-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Lotan Sartel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick news", "version": "1.0.0", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" } } |