Melon

Master your digital life & upskill with ease!

Melon là gì?

Melon là một tiện ích mở rộng Chrome được phát triển bởi https://meln.ai, và tính năng chính của nó là "Master your digital life & upskill with ease!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Melon

Tải xuống các tệp mở rộng Melon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Melon Melon
ID lnfpoghohbngblgbcfmimkpfokahgdao
URL Chính Thức https://chromewebstore.google.com/detail/melon/lnfpoghohbngblgbcfmimkpfokahgdao
Mô tả Master your digital life & upskill with ease!
Kích Thước Tệp 486 KB
Số Lần Cài Đặt 1,665
Phiên Bản Hiện Tại 0.0.18
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2023-06-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://meln.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://my.meln.ai/
URL Trang Chính Sách Bảo Mật https://www.joinmelon.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}