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
公式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
Eメール [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'"
}