FOMO - A new-tab dashboard made for you

Fully customizable new tab extension with tons of integrations

¿Qué es FOMO - A new-tab dashboard made for you?

FOMO - A new-tab dashboard made for you es una extensión de Chrome desarrollada por https://uicomet.com, y su función principal es "Fully customizable new tab extension with tons of integrations".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FOMO - A new-tab dashboard made for you

Descarga archivos de extensión FOMO - A new-tab dashboard made for you en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre FOMO - A new-tab dashboard made for you FOMO - A new-tab dashboard made for you
ID eggdogojmhlblnlenllkcfglobdkngon
URL Oficial https://chromewebstore.google.com/detail/fomo-a-new-tab-dashboard/eggdogojmhlblnlenllkcfglobdkngon
Descripción Fully customizable new tab extension with tons of integrations
Tamaño del Archivo 1.02 MB
Cantidad de Instalaciones 19
Versión Actual 1.5.0
Última Actualización 2023-05-18
Fecha de Publicación 2021-08-28
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador https://uicomet.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://uicomet.com/fomo-dashboard
Idiomas Soportados 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"
}