Flash RSS Feed
Minimal custom feeds in every new tab.
Flash RSS Feedคืออะไร?
Flash RSS Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Giuseppe Barbalinardo และคุณลักษณะหลักของมันคือ "Minimal custom feeds in every new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash RSS Feed
ดาวน์โหลดไฟล์ส่วนขยาย Flash RSS Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Flash RSS Feed gives you a news from your RSS selection at every new tab. Using a minimal effective flashcard design, this extension allows you to use the dead time while you write in your search bar to show the latest updates from the world in the background. If you want to dig into the article shown more, explore it, with just one click. Subscribe to the rss feed you like and keep yourself up-to-date. As easy as that with Flash RSS Feed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
คำอธิบาย | Minimal custom feeds in every new tab. |
ขนาดไฟล์ | 666 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-12-31 |
วันที่เผยแพร่ | 2016-12-31 |
ผู้พัฒนา | Giuseppe Barbalinardo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash RSS Feed", "version": "1.0.1", "description": "Minimal custom feeds in every new tab.", "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "homepage_url": "http:\/\/giuseppe.barbalinardo.com" } |