Definition finder
Find Definition FAST
Definition finderとは何ですか?
Definition finderはhttps://eden-mann.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Find Definition FAST」です。
拡張機能のスクリーンショット
Definition finder拡張機能のCRXファイルをダウンロード
Definition finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is created for searching for definitions fast. All you have to do is open the extension up in the top right hand corner and then click on the magnifying glass icon to launch the extension.Then you just have to type in the word you want to find out the definition for and press enter or click the search logo.Then a new tab will launch on "dictionary.reference.com" with your result on the page... (I do no own http://dictionary.reference.com i am using there site just like a user would be making it automatic and faster)
拡張機能の基本情報
名前 | Definition finder |
ID | gfolphmpnkkhkmcfofbjkkbidocjkmgo |
公式URL | https://chromewebstore.google.com/detail/definition-finder/gfolphmpnkkhkmcfofbjkkbidocjkmgo |
説明 | Find Definition FAST |
ファイルサイズ | 124 KB |
インストール数 | 56 |
現在のバージョン | 1.0 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-07 |
開発者 | https://eden-mann.blogspot.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Definition finder", "version": "1.0", "description": "Find Definition FAST", "icons": { "48": "img\/ICON-Padding.png", "128": "img\/ICON-Padding.png", "16": "img\/ICON-Padding.png" }, "browser_action": { "default_icon": "img\/480px-Magnifying_glass.png", "default_title": "Press the button to see more actions", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |