YAL Tool
Quick language tool, convenient and unofficial backend for some language sites.
YAL Tool란 무엇입니까?
YAL Tool은(는) https://chesnerdesir.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick language tool, convenient and unofficial backend for some language sites."입니다.
확장 프로그램 스크린샷
YAL Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is Yet Another Language Tool that is a shortcut to features like translation/definition of sites like Reverso.net, Linguee.fr, Wiktionary.org, Urban dictionary. Features: 1) Your search request is redirected to the associated features on these sites and your preferred options are automatically saved. 2) Spread option will launch your request with all related sites, e.g. a query for translation f "whistle" will bring reverso, linguee sites with loaded parameters. Consider this application just as a convenient and easy tool to access these features. We have no relation with the sites mentioned above. If you have suggestions, send us a mail or put a comment below.
확장 프로그램 기본 정보
이름 | YAL Tool |
ID | fbdnembekpbgiobohnheendigpfldhkc |
공식 URL | https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc |
설명 | Quick language tool, convenient and unofficial backend for some language sites. |
파일 크기 | 50.28 KB |
설치 횟수 | 50 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2012-09-22 |
출시 날짜 | 2012-09-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://chesnerdesir.blogspot.com |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "YAL Tool", "description": "Quick language tool, convenient and unofficial backend for some language sites.", "version": "1.0.6", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Yet Another Language Tool", "default_icon": "icon.png", "default_popup": "popup.html" } } |