FOMO - A new-tab dashboard made for you
Fully customizable new tab extension with tons of integrations
FOMO - A new-tab dashboard made for youคืออะไร?
FOMO - A new-tab dashboard made for you เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uicomet.com และคุณลักษณะหลักของมันคือ "Fully customizable new tab extension with tons of integrations"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FOMO - A new-tab dashboard made for you
ดาวน์โหลดไฟล์ส่วนขยาย FOMO - A new-tab dashboard made for you ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Always stay up-to date with the latest information from across the internet. FOMO provides an intuitive UI for your New Tabs to grab information from various sources that you prefer. The sources vary from Sub-Reddits to ProductHunt and even Dev community. List of sources in FOMO that you can read from: ★ Indiehackers ★ Reddit (any sub-reddit) ★ Producthunt ★ Hackernews ★ Dev.to ★ Github Trending ★ Designer News ★ Lobsters ★ Launching Next ★ Hashnode ★ Echo JS ★ Sidebar A dark theme is included with Fomo to make it easy to read for longer duration. Happy reading and learning! • • • Your privacy is important to us. FOMO does not collect any user information. We do not store or process any personal data, and we will never upload them to any third parties. If you find FOMO useful, please rate us 5 stars in the Chrome Store. We would highly appreciate it :) • • • Questions? Feedback? Reach out on Twitter @apvarun.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FOMO - A new-tab dashboard made for you |
ID | eggdogojmhlblnlenllkcfglobdkngon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fomo-a-new-tab-dashboard/eggdogojmhlblnlenllkcfglobdkngon |
คำอธิบาย | Fully customizable new tab extension with tons of integrations |
ขนาดไฟล์ | 1.02 MB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.5.0 |
อัปเดตครั้งล่าสุด | 2023-05-18 |
วันที่เผยแพร่ | 2021-08-28 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://uicomet.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://uicomet.com/fomo-dashboard |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FOMO - A new-tab dashboard made for you", "description": "Fully customizable new tab extension with tons of integrations", "version": "1.5.0", "chrome_url_overrides": { "newtab": ".\/dist\/index.html" }, "permissions": [ "storage" ], "manifest_version": 3, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png", "512": "assets\/icons\/icon512.png" }, "short_name": "FOMO", "homepage_url": "https:\/\/uicomet.com\/fomo-dashboard" } |