Wordly

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

Cos'è Wordly?

Wordly è un'estensione di Chrome sviluppata da https://superwordly.com, e la sua funzione principale è "Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wordly

Scarica i file di estensione Wordly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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! 🚀💥🔥                    

Informazioni di Base sull'Estensione

Nome Wordly Wordly
ID amninkbkmdldckgcjjonhofagfgpaaba
URL Ufficiale https://chromewebstore.google.com/detail/wordly/amninkbkmdldckgcjjonhofagfgpaaba
Descrizione Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.
Dimensione del File 401 KB
Conteggio Installazioni 1,225
Versione Corrente 0.1.5
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2020-01-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://superwordly.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://superwordly.com
URL della Pagina di Aiuto https://superwordly.com/support/contact/
URL della Pagina della Politica sulla Privacy https://wordly.mammbo.com/policies/privacy
Lingue Supportate 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
        }
    }
}