Melon
Master your digital life & upskill with ease!
Melonとは何ですか?
Melonはhttps://meln.aiによって開発されたChromeの拡張機能で、その主な機能は「Master your digital life & upskill with ease!」です。
拡張機能のスクリーンショット
Melon拡張機能のCRXファイルをダウンロード
Melon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | lnfpoghohbngblgbcfmimkpfokahgdao |
| 公式URL | https://chromewebstore.google.com/detail/melon/lnfpoghohbngblgbcfmimkpfokahgdao |
| 説明 | Master your digital life & upskill with ease! |
| ファイルサイズ | 486 KB |
| インストール数 | 1,665 |
| 現在のバージョン | 0.0.18 |
| 最終更新日 | 2024-02-19 |
| 公開日 | 2023-06-13 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://meln.ai |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://my.meln.ai/ |
| プライバシーポリシーページのURL | https://www.joinmelon.io/privacy-policy |
| 対応言語 | 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\/*"
]
}
} | |