OhtaniMeter

Displays the number of HR of Shohei Ohtani

OhtaniMeterคืออะไร?

OhtaniMeter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krpk1900 และคุณลักษณะหลักของมันคือ "Displays the number of HR of Shohei Ohtani"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OhtaniMeter

ดาวน์โหลดไฟล์ส่วนขยาย OhtaniMeter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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'"
}