教育百科右鍵搜
Seacrhes the selected text on pedia
教育百科右鍵搜란 무엇입니까?
教育百科右鍵搜은(는) aday0123b에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seacrhes the selected text on pedia"입니다.
확장 프로그램 스크린샷
教育百科右鍵搜 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
反白部份文字,按滑鼠右鍵,可以搜尋教育百科的字詞典內容
확장 프로그램 기본 정보
이름 | 教育百科右鍵搜 |
ID | eigalgidbdlcocnommpldkjimalpkkac |
공식 URL | https://chromewebstore.google.com/detail/%E6%95%99%E8%82%B2%E7%99%BE%E7%A7%91%E5%8F%B3%E9%8D%B5%E6%90%9C/eigalgidbdlcocnommpldkjimalpkkac |
설명 | Seacrhes the selected text on pedia |
파일 크기 | 28.09 KB |
설치 횟수 | 233 |
현재 버전 | 2.1 |
최근 업데이트 | 2021-06-23 |
출시 날짜 | 2019-04-15 |
개발자 | aday0123b |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://resourceliteracy.weebly.com/32286873526122120214913774925628235632594532946303343118522806254993124324335.html |
지원되는 언어 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6559\u80b2\u767e\u79d1\u53f3\u9375\u641c", "description": "Seacrhes the selected text on pedia", "version": "2.1", "icons": { "48": "icons\/logo_48.png", "96": "icons\/logo_96.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |