Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
Mouse Dictionary Kaggle Support란 무엇입니까?
Mouse Dictionary Kaggle Support은(는) Tetsu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kaggle support for Mouse Dictionary"입니다.
확장 프로그램 스크린샷
Mouse Dictionary Kaggle Support 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add Kaggle support to Mouse Dictionary! This extension enables the super fast dictionary to work with Kaggle contents. Since this extension automatically runs, all you have to do is to install this extension. You can turn on / off its function by clicking the icon. See here for the technical details: https://github.com/wtetsu/mouse-dictionary-enhancer
확장 프로그램 기본 정보
이름 | |
ID | bepofoammpdjhfdibmlghoaljkemineg |
공식 URL | https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg |
설명 | Kaggle support for Mouse Dictionary |
파일 크기 | 43.43 KB |
설치 횟수 | 599 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-07-03 |
출시 날짜 | 2019-01-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Tetsu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/wtetsu/mouse-dictionary-iframe |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Dictionary Kaggle Support", "manifest_version": 3, "version": "1.1.0", "description": "__MSG_appDesc__", "default_locale": "en", "author": "wtetsu", "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "content_scripts": [ { "all_frames": true, "match_about_blank": true, "js": [ "content.js" ], "matches": [ "https:\/\/www.kaggleusercontent.com\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon48.png", "default_title": "Mouse Dictionary Kaggle Support" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |