Melon

Master your digital life & upskill with ease!

What is Melon?

Melon is a Chrome extension developed by https://meln.ai, and its main feature is "Master your digital life & upskill with ease!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Melon Extension CRX File

Download Melon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Melon Melon
ID lnfpoghohbngblgbcfmimkpfokahgdao
Official URL https://chromewebstore.google.com/detail/melon/lnfpoghohbngblgbcfmimkpfokahgdao
Description Master your digital life & upskill with ease!
File Size 486 KB
Installation Count 1,665
Current Version 0.0.18
Last Updated 2024-02-19
Publish Date 2023-06-13
Rating 5.00/5 Total 2 Ratings
Developer https://meln.ai
Email [email protected]
Payment Type free
Extension Website https://my.meln.ai/
Privacy Policy Page URL https://www.joinmelon.io/privacy-policy
Supported Languages 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\/*"
        ]
    }
}