Watchtower Online Library Search - Unofficial
Use the context menu to search words on Watch Tower Library
Watchtower Online Library Search - Unofficial란 무엇입니까?
Watchtower Online Library Search - Unofficial은(는) Serge Benard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the context menu to search words on Watch Tower Library"입니다.
확장 프로그램 스크린샷
Watchtower Online Library Search - Unofficial 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an unofficial Watchtower Online Library Search extension. You can select default search resources in the options, which are saved on a per-browser basis. Access the search capability by selecting text on any webpage, right clicking on the selected text, and clicking on the Watchtower Online Library search option. V 1.1.1 - Small fixes and spelling V 1.1 - Updates to the look of the Extension's Options. Better Cross-Browser Support.
확장 프로그램 기본 정보
이름 | Watchtower Online Library Search - Unofficial |
ID | paibejibkjomgdecgblgfkoobjjoakom |
공식 URL | https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom |
설명 | Use the context menu to search words on Watch Tower Library |
파일 크기 | 18.71 KB |
설치 횟수 | 1,436 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2019-03-27 |
출시 날짜 | 2019-03-27 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | Serge Benard |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watchtower Online Library Search - Unofficial", "description": "Use the context menu to search words on Watch Tower Library", "version": "1.1.1", "manifest_version": 2, "options_ui": { "page": "options.html" }, "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "resources_scopes.js", "background.js" ] }, "browser_action": { "default_popup": "options.html" }, "icons": { "16": "JWOL16.png", "48": "JWOL48.png", "128": "JWOL128.png" } } |