OhtaniMeter

Displays the number of HR of Shohei Ohtani

什麼是OhtaniMeter?

OhtaniMeter是由krpk1900開發的Chrome擴展程式,該擴展的主要功能是“Displays the number of HR of Shohei Ohtani”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載OhtaniMeter擴展crx文件

下載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
官方網址 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'"
}