Simply Synonyms

A simple synonym finder for Google Chrome

Τι είναι το Simply Synonyms;

Το Simply Synonyms είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bweb.app, και η κύρια λειτουργία του είναι "A simple synonym finder for Google Chrome".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple synonym finder, thesaurus and dictionary for Chrome. Double click any word on any website to find synonyms for it. This extension is perfect for improving your vocabulary, or finding alternative words quickly while writing emails, documents, etc.

 - Double click any word to quickly access and replace synonyms, antonyms, definitions, and more
 - Right click anywhere or press Alt+S to access a quick search thesaurus/dictionary box, options, help, etc.
 - Sign in to the extension for extra features such as a weekly summary email
 - Frequent automatic updates with new features and bug fixes (contact us if you want to request something!)
 - And more!

This is Simply Synonyms beta - this means there are likely some small bugs and features that don't yet work completely.

Simply Synonyms is also open-sourced at  under the GPL-3.0 license. This ensures that the current version of the Simply Synonym extension's source code and any variations of it will always be available to users.

****

Simply Synonyms is powered by the Merriam-Webster dictionary API. Simply Synonyms is not endorsed or sponsored by Merriam-Webster Inc.                    

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

Όνομα Simply Synonyms Simply Synonyms
ID hapeijdlgbbhjmijhmgggnakcgdcpfap
Επίσημο URL https://chromewebstore.google.com/detail/simply-synonyms/hapeijdlgbbhjmijhmgggnakcgdcpfap
Περιγραφή A simple synonym finder for Google Chrome
Μέγεθος Αρχείου 390 KB
Αριθμός Εγκαταστάσεων 1,881
Τρέχουσα Έκδοση 0.3.7
Τελευταία Ενημέρωση 2020-12-28
Ημερομηνία Δημοσίευσης 2020-08-12
Αξιολόγηση 4.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://bweb.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://synonyms.bweb.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://synonyms.bweb.app/contact
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vRmZSGJaCwbsCk7K3gIeuvtHtXYce465MLGqbJsQUNDbAFEp8AqoigTBoPcwyC3JnTJyfRE2z4T4vg4/pub
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simply Synonyms",
    "author": "Benjamin Ashbaugh",
    "version": "0.3.7",
    "description": "A simple synonym finder for Google Chrome",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "page\/settings.html",
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'; media-src https:\/\/media.merriam-webster.com\/",
    "web_accessible_resources": [
        "pageScript.bundle.js",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.bundle.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "openQuickSearch": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Open the quick thesaurus search dialog"
        }
    },
    "oauth2": {
        "client_id": "538488729267-lt97t2f0np0vupuipv99aivpvlr63jvd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAip5je2HfLpi7vYOfr02Tw86u5e7NuWQuEu8zomKPuicMaBymhar4U6yYX1l4PT97fyEDNOSeOGlXmAAnCscMB4DnEnVMXiPg4ZUQ7Kv1YD\/\/P8iGMbnaHFH21wDODER2FlhY3oqNgU3gMclwxIv6\/vDRJriSMOKzj8OZUixv8DePOEUxxgY5nkgYLFYKDp1VqqwJAcIw+kwPHm1HwE6Y8tkhmhZI5JbYMCUF8BcjwhD0n15kiHF15o6JIYvZWUJEWrcORo44MX\/9B0PZN4isWRfxAifH9RO3Sf3WpIx5i4HzwosXNAbzZidn+ypCx3BK1HEaG5pw31sWfKA3IX7bGQIDAQAB"
}