Synonyms Deluxe

Find synonyms for words. Be a deluxe writer with this powerful little widget.

Synonyms Deluxeとは何ですか?

Synonyms Deluxeはhttps://jurgen.siによって開発されたChromeの拡張機能で、その主な機能は「Find synonyms for words. Be a deluxe writer with this powerful little widget.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Easily find synonyms for any English word. 

It works like this: you type a word, and Synonyms Deluxe returns a list of synonyms in English language, categorized by their type.

Rich dictionary database, and delightful user experience. Perfect tool for writers and bloggers.                    

拡張機能の基本情報

名前 Synonyms Deluxe Synonyms Deluxe
ID kfeajncmldifdopobhjlgbhilblhbekd
公式URL https://chromewebstore.google.com/detail/synonyms-deluxe/kfeajncmldifdopobhjlgbhilblhbekd
説明 Find synonyms for words. Be a deluxe writer with this powerful little widget.
ファイルサイズ 397 KB
インストール数 3,664
現在のバージョン 1.06
最終更新日 2024-01-08
公開日 2020-04-06
評価 4.93/5 合計 81 レビュー
開発者 https://jurgen.si
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synonyms Deluxe",
    "version": "1.06",
    "description": "Find synonyms for words. Be a deluxe writer with this powerful little widget.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}