Melon

Master your digital life & upskill with ease!

¿Qué es Melon?

Melon es una extensión de Chrome desarrollada por https://meln.ai, y su función principal es "Master your digital life & upskill with ease!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Melon

Descarga archivos de extensión Melon 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

                        IMPORTANT NEWS

Melon is now available to all users on desktop. You can explore, discuss, and review saved content with your AI-powered brain, just like on the mobile app.

Download it now: https://apps.apple.com/us/app/melon-your-ai-thought-partner/id1597174110

-------

Bring your second brain to life.

Meet Melon - your personal AI learning companion! 

With this Chrome extension, you can save content directly from your desktop to your Melon account in just a few clicks.

That’s pretty much any content: articles, Twitter threads, podcast episodes, Instagram reels, Youtube videos, TikToks…whatever you use to become a smarter you.

It’s real simple:

- Go to your Extensions list by clicking on the jigsaw piece in your toolbar
- Choose on the Melon icon
- Right click any link and select “Save to Melon”
- Done. That’s also synced automatically with your mobile app.

-------

Is Melon helping you live your best digital life? Leave a review on the App Store or Chrome Web Store when you get spare second.

We’re always making improvements. Visit http://www.meln.ai for the latest information. Or follow our social accounts below.

- Instagram: https://www.instagram.com/joinmelon/
- Twitter: https://twitter.com/joinmelonio
- TikTok: https://www.tiktok.com/@joinmelon                    

Información Básica de la Extensión

Nombre Melon Melon
ID lnfpoghohbngblgbcfmimkpfokahgdao
URL Oficial https://chromewebstore.google.com/detail/melon/lnfpoghohbngblgbcfmimkpfokahgdao
Descripción Master your digital life & upskill with ease!
Tamaño del Archivo 486 KB
Cantidad de Instalaciones 1,665
Versión Actual 0.0.18
Última Actualización 2024-02-19
Fecha de Publicación 2023-06-13
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://meln.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://my.meln.ai/
URL de la Página de Política de Privacidad https://www.joinmelon.io/privacy-policy
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Melon",
    "version": "0.0.18",
    "description": "Master your digital life & upskill with ease!",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "declarativeContent",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/my.meln.ai\/*",
            "http:\/\/*.localhost:3000\/*",
            "https:\/\/frontend-melon-web-gray.vercel.app\/*"
        ]
    }
}