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은(는) https://uicomet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fully customizable new tab extension with tons of integrations"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FOMO - A new-tab dashboard made for you 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}