Wordly

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

Wordlyとは何ですか?

Wordlyはhttps://superwordly.comによって開発されたChromeの拡張機能で、その主な機能は「Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Wordly拡張機能のCRXファイルをダウンロード

Wordly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Wordly Wordly
ID amninkbkmdldckgcjjonhofagfgpaaba
公式URL https://chromewebstore.google.com/detail/wordly/amninkbkmdldckgcjjonhofagfgpaaba
説明 Better your English with Wordly. Add words to your lexicon and get 5 sent each week by email with definition and usage.
ファイルサイズ 401 KB
インストール数 1,225
現在のバージョン 0.1.5
最終更新日 2024-01-12
公開日 2020-01-16
評価 5.00/5 合計 2 レビュー
開発者 https://superwordly.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://superwordly.com
ヘルプページのURL https://superwordly.com/support/contact/
プライバシーポリシーページのURL https://wordly.mammbo.com/policies/privacy
対応言語 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
        }
    }
}