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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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'"
} | |