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
官方URL 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'"
}