Wordly

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

Co je Wordly?

Wordly je rozšíření Chrome vyvinuté https://superwordly.com, a jeho hlavní funkcí je „Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wordly

Stáhněte si soubory rozšíření Wordly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Wordly Wordly
ID amninkbkmdldckgcjjonhofagfgpaaba
Oficiální URL https://chromewebstore.google.com/detail/wordly/amninkbkmdldckgcjjonhofagfgpaaba
Popis Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.
Velikost souboru 401 KB
Počet instalací 1,225
Aktuální Verze 0.1.5
Poslední Aktualizace 2024-01-12
Datum Vydání 2020-01-16
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://superwordly.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://superwordly.com
URL Stránky Nápovědy https://superwordly.com/support/contact/
URL Stránky Zásad Ochrany Soukromí https://wordly.mammbo.com/policies/privacy
Podporované Jazyky 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
        }
    }
}