Wordly

Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.

Apa itu Wordly?

Wordly adalah ekstensi Chrome yang dikembangkan oleh https://superwordly.com, dan fitur utamanya adalah "Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wordly

Unduh file ekstensi Wordly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Hey there! 🌟 Ready to level up your English game? Say hello to Wordly, the ultimate buddy that'll make you an English whiz! 📚💪

You won't believe the magic we've discovered through fancy-schmancy Psychological and Neurolinguistic studies. They spill the beans on the secret to becoming a language master: it's all about having a killer vocabulary, my friend! 🤓📖

Now, before you start snoozing,  let's clarify something right off the bat — we won't be doing any dry dictionary readings here🙅‍♂️. We understand that's not the most exciting way to learn! Instead, we've got a much cooler approach to help you master words like a pro. We believe in learning them in their natural habitat, in the context where you encountered them, so you can effortlessly incorporate them into your everyday conversations. Get ready to have some fun and become a word-wielding champion! 🎉🗣️

Wordly's got your back. You can effortlessly expand your English skills, even when you're just chilling. Or if you're up for a language sprint, we've got an intense mode that'll get your brain sizzling! 🔥🚀

Now, here's the deal:
1. Add words on the fly with our super slick Chrome and iOS extensions. Just right-click, choose "--> Save to Wordly," and you're in business. The definition for that word in context will pop up and even synonyms and antonyms to get a better idea on what it is exactly.

2. Every week, we'll shoot you an email jam-packed with five awesome words and their meanings - from the ones you have added that week (or previous weeks). Your mission? Use those words like a champ for a whole week - shoe horning them to EVERY situation you can.

3. ...See the results! As you rock those words, you'll witness the magic happen right before your eyes. 🎩🌟

Yes, it's that simple. And it 100% works.

You want more & learn even faster? No problem our premium modes allow you to turn on "intense mode" where you'll receive five words every day. This turbocharged mode will supercharge your learning, but hey, it's gonna need more of your commitment.Are you up for the challenge? 💥🏆

...And not just that, you would have examples in context, rotating definitions, and a bunch of other cool features very soon.

Don't wait another second! Join Wordly today  (for free!) and unleash your English superhero powers. It's time to rock that language like there's no tomorrow! 🚀💥🔥                    

Informasi Dasar Ekstensi

Nama Wordly Wordly
ID amninkbkmdldckgcjjonhofagfgpaaba
URL Resmi https://chromewebstore.google.com/detail/wordly/amninkbkmdldckgcjjonhofagfgpaaba
Deskripsi Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.
Ukuran File 401 KB
Jumlah Instalasi 1,225
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2024-01-12
Tanggal Publikasi 2020-01-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://superwordly.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://superwordly.com
URL Halaman Bantuan https://superwordly.com/support/contact/
URL Halaman Kebijakan Privasi https://wordly.mammbo.com/policies/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.",
    "version": "0.1.5",
    "name": "Wordly",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/superwordly.com",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiSWQ1MXZVYR1mnGpJ5bXVyufVeHCELy4pLWfKyay2gDSwIfZfanARM42Zh7Q3Gq8oib2z4jVjuK\/juNk9jMNMUASRpG1KSLijXCjn4FhtHycJIqfT\/fYWyELB5RLpgEW1X6QvUm\/Cdzo00u6iqwnTkbsXS9aMJkPe1p\/iXTKDFIr+zBmxceBgy37CdXTe9uLMq3ru+ml3re+t5JcWmwvKZl\/FCv28+P78cZXxSZiacgeq2zjd0YQcp6rClqaMxu6vA\/zet7fgFi4NpNvbIgI8KyogtI\/SjonGv6F59G9nJcdhOsij77g56sTDkamO9Z3yKSlzLDPi5\/1OpImoBVDHQIDAQAB",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/wordly16.png",
            "32": "assets\/wordly32.png",
            "48": "assets\/wordly48.png",
            "128": "assets\/wordly128.png"
        }
    },
    "icons": {
        "16": "assets\/wordly16.png",
        "32": "assets\/wordly32.png",
        "48": "assets\/wordly48.png",
        "128": "assets\/wordly128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "popup.modules.css",
                "wordly16.png",
                "wordly32.png",
                "wordly48.png",
                "wordly128.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "commands",
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/superwordly.com\/*",
        "https:\/\/wordly.mammbo.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/superwordly.com\/*",
            "https:\/\/wordly.mammbo.com\/*"
        ]
    },
    "omnibox": {
        "keyword": "wordly"
    },
    "commands": {
        "send-to-pushToLexicon": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Save to Wordly",
            "global": true
        }
    }
}