OneFeed
OneFeed - The Fastest News Reader
OneFeedคืออะไร?
OneFeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hlandao และคุณลักษณะหลักของมันคือ "OneFeed - The Fastest News Reader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OneFeed
ดาวน์โหลดไฟล์ส่วนขยาย OneFeed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
OneFeed is the fastest news reader for Chrome. Get connected with all your favorite news sources, filter interesting articles for reading later and get to inbox-zero in your reading list.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OneFeed |
ID | dinnaiplmaghbclpgcpdkkmmfjojkpdd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/onefeed/dinnaiplmaghbclpgcpdkkmmfjojkpdd |
คำอธิบาย | OneFeed - The Fastest News Reader |
ขนาดไฟล์ | 1.01 MB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2020-05-20 |
วันที่เผยแพร่ | 2020-05-20 |
ผู้พัฒนา | hlandao |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OneFeed", "author": "hlandao", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "OneFeed - The Fastest News Reader", "version": "0.0.5", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "permissions": [ "unlimitedStorage", "https:\/\/onefeed.now.sh\/*", "storage", "alarms" ] } |