french word research
Omnibox search helper for French word research
french word research란 무엇입니까?
french word research은(는) Gibbering in the Basement에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Omnibox search helper for French word research"입니다.
french word research 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This very tiny extension makes it faster and easier to do some quick research on French words. To use it, place your cursor into the Chrome omnibox and type "french" followed by a space. Then type the French word in which you are interested, and hit return. You will then get four new tabs: * A search on http://google.fr for images * A search on http://fr.forvo.com for the pronunciation * A search on http://www.linguee.com for usage examples * A search on http://fr.wiktionary.org for dictionary information This was inspired by Gabriel Wyner of http://Fluent-Forever.com. See http://fluent-forever.com/automate-your-searches/ for more information.
확장 프로그램 기본 정보
이름 | |
ID | lfmaogplmchebmdhjpliaigkgiklclao |
공식 URL | https://chrome.google.com/webstore/detail/french-word-research/lfmaogplmchebmdhjpliaigkgiklclao |
설명 | Omnibox search helper for French word research |
파일 크기 | 6.19 KB |
설치 횟수 | 30 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2014-09-14 |
출시 날짜 | 2014-09-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Gibbering in the Basement |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "french word research", "version": "0.0.1", "manifest_version": 2, "description": "Omnibox search helper for French word research", "homepage_url": "http:\/\/jeremy.org\/software\/french-word-research\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "js\/background.js" ] }, "omnibox": { "keyword": "french" } } |