Melon
Master your digital life & upskill with ease!
Vad är Melon?
Melon är en Chrome-tillägg utvecklad av https://meln.ai, och dess huvudfunktion är "Master your digital life & upskill with ease!".
Tilläggsskärmbilder
Ladda ner Melon-förlängningens CRX-fil
Ladda ner Melon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lnfpoghohbngblgbcfmimkpfokahgdao |
| Officiell webbadress | https://chromewebstore.google.com/detail/melon/lnfpoghohbngblgbcfmimkpfokahgdao |
| Beskrivning | Master your digital life & upskill with ease! |
| Filstorlek | 486 KB |
| Antal Installationer | 1,665 |
| Aktuell Version | 0.0.18 |
| Senast Uppdaterad | 2024-02-19 |
| Publiceringsdatum | 2023-06-13 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://meln.ai |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://my.meln.ai/ |
| URL till Sekretesspolicy Sidan | https://www.joinmelon.io/privacy-policy |
| Stödda Språk | 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\/*"
]
}
} | |