Search Forvo
Search the selected text using Forvo
Search Forvoとは何ですか?
Search Forvoはhttps://lflee.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Search the selected text using Forvo」です。
拡張機能のスクリーンショット
Search Forvo拡張機能のCRXファイルをダウンロード
Search Forvo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Beta release Development in hiatus - I originally built this tool for myself. And as I searched on, I found that https://chrome.google.com/webstore/detail/selection-search/gipnlpdeieaidmmeaichnddnmjmcakoe is a better tool for me. So, if there is no further request, I would leave this extension here as is. To use - In any webpage, you highlight a word or phrase (in any languages), right click, choose the "Search Forvo" option menu, then a new tab is opened and you get the pronunciations of the word there. If Forvo doesn't have the entry yet, you can add (to request for the pronunciation) there. Extension derived from - https://chrome.google.com/webstore/detail/pronounce-selection/gfhnknmofhheaeacbcebmkehlieojgkn Icon derived from - https://forvo.com https://commons.wikimedia.org/wiki/File:Search_Noun_project_15028.svg
拡張機能の基本情報
名前 | Search Forvo |
ID | acckhcfpncdacfmhnmipaiheghjlhdjp |
公式URL | https://chromewebstore.google.com/detail/search-forvo/acckhcfpncdacfmhnmipaiheghjlhdjp |
説明 | Search the selected text using Forvo |
ファイルサイズ | 42.55 KB |
インストール数 | 630 |
現在のバージョン | 0.2 |
最終更新日 | 2019-06-28 |
公開日 | 2019-06-28 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | https://lflee.github.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lflee/Search-Forvo |
ヘルプページのURL | https://twitter.com/LLF |
対応言語 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Search Forvo", "version": "0.2", "description": "Search the selected text using Forvo", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "contextMenus" ], "background": { "scripts": [ "forvo.js" ], "persistent": true }, "author": "\u5cf0" } |