word.ly - Dictionary, Thesaurus, & Rhymes

Have the ability to search for definitions, synonyms, and rhymes! The word.ly extension is a multi-purposed dictionary extension…

Τι είναι το word.ly - Dictionary, Thesaurus, & Rhymes;

Το word.ly - Dictionary, Thesaurus, & Rhymes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AirCodes, και η κύρια λειτουργία του είναι "Have the ability to search for definitions, synonyms, and rhymes! The word.ly extension is a multi-purposed dictionary extension…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης word.ly - Dictionary, Thesaurus, & Rhymes

Λήψη αρχείων επέκτασης word.ly - Dictionary, Thesaurus, & Rhymes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Have the ability to search for definitions, synonyms, and rhymes!

The word.ly extension is a multi-purposed dictionary extension that allows user to search up any given word at the click of a button. It's the fastest way to get the most versatile information on any given word. 

Currently, the functions that this extensions is able to search for in a given word are: Definitions, Synonyms, and Rhymes.

With definitions, you receive a definition and a corresponding example of the given word in a sentence. Additionally, every definition will be under a "part of speech" category (noun, verb, adjective etc.) helping you better understand how a word is used.

There will also be synonyms for the given word. These synonyms are organized by their definition given in the "define" tab. To add on, there will be antonyms and extra synonyms offered from a secondary source.

Regarding rhymes, you receive a huge list of rhymes that are organized by the number of syllables the given rhyme word has. 

Please give the extension a couple of minutes to set up before using. This extension was coded utilizing the non-official Google API and the Datamuse API.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα word.ly - Dictionary, Thesaurus, & Rhymes word.ly - Dictionary, Thesaurus, & Rhymes
ID cnhkdpgojldfpdigpinpjammegkfkekn
Επίσημο URL https://chromewebstore.google.com/detail/wordly-dictionary-thesaur/cnhkdpgojldfpdigpinpjammegkfkekn
Περιγραφή Have the ability to search for definitions, synonyms, and rhymes! The word.ly extension is a multi-purposed dictionary extension…
Μέγεθος Αρχείου 484 KB
Αριθμός Εγκαταστάσεων 767
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2022-05-02
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 4.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής AirCodes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "word.ly - Dictionary, Thesaurus, & Rhymes",
    "version": "1.8",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "codefiles\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "codefiles\/background.js"
        ]
    },
    "icons": {
        "16": "w16.png",
        "48": "w48.png",
        "128": "w128.png"
    },
    "browser_action": {
        "default_icon": "w.png",
        "default_popup": "codefiles\/popup.html",
        "default_title": "Click To Search For A Word!"
    }
}