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
电子邮箱 [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'"
}