Longman
Search selection text on longman web.
Longman란 무엇입니까?
Longman은(는) http://edutainment-fun.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search selection text on longman web."입니다.
Longman 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search selection text on longman web. this add-on make url with selected word then jump for seach.
・Jump by the way clicking context menu or above tool bar \"longman search\" button.
・When open by clicking MENU(only) with ctrl key , you open at new tab. and with shift key you open at new window. Longman や Weblio , Amazonなどを選択単語から検索します。 ・selectした文字をURLの末尾につけジャンプします。
・普通のページで右クリックのコンテキストメニューか、ツールバーのボタンから起動します。
・メニューを開くときのみ Ctrlを押しながらでは新しいタブを、shiftを押しながらでは新しいウインドウを開きます。 ・オプション画面で他のURLも簡単に設定できます。 ・選べるURLは1つのみです。
확장 프로그램 기본 정보
이름 | |
ID | pippjbecckomecjpfbbhgpadkkgnebhn |
공식 URL | https://chrome.google.com/webstore/detail/longman/pippjbecckomecjpfbbhgpadkkgnebhn |
설명 | Search selection text on longman web. |
파일 크기 | 19.84 KB |
설치 횟수 | 310 |
현재 버전 | 1.0000001 |
최근 업데이트 | 2018-01-27 |
출시 날짜 | 2018-01-27 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | http://edutainment-fun.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extensionDescription__", "manifest_version": 2, "name": "Longman", "version": "1.0000001", "icons": { "32": "icons\/search.png", "64": "icons\/search64.png" }, "options_ui": { "page": "options.html" }, "background": { "scripts": [ "subfunc.js", "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "storage" ], "browser_action": { "default_icon": { "32": "icons\/search.png" } }, "default_locale": "en" } |