Word Definer
Get the definitions of all big or complex words from every webpage
Word Definerとは何ですか?
Word DefinerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Get the definitions of all big or complex words from every webpage」です。
拡張機能のスクリーンショット
Word Definer拡張機能のCRXファイルをダウンロード
Word Definer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.
拡張機能の基本情報
名前 | Word Definer |
ID | pebaoppkhmdljgfcepaocgdifalikhhh |
公式URL | https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh |
説明 | Get the definitions of all big or complex words from every webpage |
ファイルサイズ | 21.79 KB |
インストール数 | 54 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-11-02 |
公開日 | 2021-11-02 |
開発者 | Unknown |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Definer", "description": "Get the definitions of all big or complex words from every webpage", "version": "0.0.1", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/dictionary16x16.png", "48": "images\/dictionary48x48.png", "128": "images\/dictionary128x128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |