OhtaniMeter
Displays the number of HR of Shohei Ohtani
OhtaniMeter란 무엇입니까?
OhtaniMeter은(는) krpk1900에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the number of HR of Shohei Ohtani"입니다.
확장 프로그램 스크린샷
OhtaniMeter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension shows the HR number of Shohei Ohtani. When Otani hits HR, the number of HR is automatically updated and the notification badge changes to unread red. Click to mark it as read and the notification badge will turn blue. A pop-up that can be opened with a click shows a link to a YouTube or Twitter video where you can watch the latest HR. developer:https://twitter.com/krpk1900_dev
확장 프로그램 기본 정보
이름 | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
공식 URL | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
설명 | Displays the number of HR of Shohei Ohtani |
파일 크기 | 23.58 KB |
설치 횟수 | 643 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2024-02-24 |
출시 날짜 | 2021-07-11 |
평점 | 4.58/5 총 12 개의 평점 |
개발자 | krpk1900 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_Name__", "version": "1.0.0", "description": "__MSG_Description__", "icons": { "48": "baseball.png" }, "browser_action": { "default_icon": "baseball.png", "default_title": "__MSG_Name__", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/www.googletagmanager.com; object-src 'self'" } |