Wordly

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

¿Qué es Wordly?

Wordly es una extensión de Chrome desarrollada por https://superwordly.com, y su función principal es "Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Wordly

Descarga archivos de extensión Wordly en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Wordly Wordly
ID amninkbkmdldckgcjjonhofagfgpaaba
URL Oficial https://chromewebstore.google.com/detail/wordly/amninkbkmdldckgcjjonhofagfgpaaba
Descripción Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.
Tamaño del Archivo 401 KB
Cantidad de Instalaciones 1,225
Versión Actual 0.1.5
Última Actualización 2024-01-12
Fecha de Publicación 2020-01-16
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://superwordly.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://superwordly.com
URL de la Página de Ayuda https://superwordly.com/support/contact/
URL de la Página de Política de Privacidad https://wordly.mammbo.com/policies/privacy
Idiomas Soportados 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
        }
    }
}