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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}