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!」です。
拡張機能のスクリーンショット
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |