Instant Thesaurus

Find synonyms at the click of a button

Τι είναι το Instant Thesaurus;

Το Instant Thesaurus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jeremy.s.sutton, και η κύρια λειτουργία του είναι "Find synonyms at the click of a button".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Instant Thesaurus

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

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

                        Ever wish that you had the convenient Microsoft Word thesaurus in your browser, able to find synonyms and antonyms of any word simply by highlighting and right-clicking it? 

Instant Thesaurus is the solution. An easy, quick, convenient thesaurus accessible by 1 click of your mouse. Simply right-click on a highlighted word on the page and a list of synonyms and antonyms will be presented for you. Select a synonym/antonym to send it to your clipboard.                    

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

Όνομα Instant Thesaurus Instant Thesaurus
ID jambjfjiligfjpeljnkkcihooobfnllm
Επίσημο URL https://chrome.google.com/webstore/detail/instant-thesaurus/jambjfjiligfjpeljnkkcihooobfnllm
Περιγραφή Find synonyms at the click of a button
Μέγεθος Αρχείου 190 KB
Αριθμός Εγκαταστάσεων 830
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2013-10-20
Ημερομηνία Δημοσίευσης 2013-10-20
Αξιολόγηση 2.06/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής jeremy.s.sutton
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Thesaurus",
    "description": "Find synonyms at the click of a button",
    "version": "0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "http:\/\/words.bighugelabs.com\/api\/2\/*"
    ],
    "background": {
        "scripts": [
            "thesaurus.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}