Synonym Finder

Search a word for its synonyms as well as its definitions for each of its parts of speech!

什麼是Synonym Finder?

Synonym Finder是由arvin361開發的Chrome擴展程式,該擴展的主要功能是“Search a word for its synonyms as well as its definitions for each of its parts of speech!”。

擴展截圖

screenshot
screenshot
screenshot

下載Synonym Finder擴展crx文件

下載Synonym Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ✔️ A convenient extension that allows you to search for a word and displays its synonyms as well as its definitions for each of its parts of speech!

 🦾 Searches word dynamically in "real time" upon each key stroke!

 🙅‍♂️ Shows examples of suggested words if a searched word does not exist!

 🥳 Happy searching!                    

擴展基本資訊

名稱 Synonym Finder Synonym Finder
ID illimocegjikcgmopnajholfanllebic
官方網址 https://chromewebstore.google.com/detail/synonym-finder/illimocegjikcgmopnajholfanllebic
簡介 Search a word for its synonyms as well as its definitions for each of its parts of speech!
檔案大小 263 KB
安裝次數 616
目前版本 1.0.1
更新時間 2021-12-17
上架時間 2021-12-07
評分 5.00/5 共 11 次評分
開發者 arvin361
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synonym Finder",
    "author": "Arvin Ezzati",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Search a word for its synonyms as well as its definitions for each of its parts of speech!",
    "icons": {
        "128": "\/s512.png",
        "48": "\/s128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Find Synonym"
    },
    "content_security_policy": "script-src 'self' 'sha256-P7MGkvmyCDp8hM1RW164OZt9cdAundJAj4qL9biq46g='; object-src 'self'"
}