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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |