Tai Sentry

Tai网页浏览数据统计拓展

什么是Tai Sentry?

Tai Sentry是由noberumotto开发的Chrome扩展程序,该扩展的主要功能是“Tai网页浏览数据统计拓展”。

扩展截图

screenshot

下载Tai Sentry扩展crx文件

下载Tai Sentry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        这是专为Windows Tai应用提供的浏览器拓展,在使用Tai的浏览器统计功能时需要安装此拓展。                    

扩展基本信息

名称 Tai Sentry Tai Sentry
ID fmjgafoilnpanbpgdkljkjfjgainboim
官方URL https://chromewebstore.google.com/detail/tai-sentry/fmjgafoilnpanbpgdkljkjfjgainboim
简介 Tai网页浏览数据统计拓展
文件大小 30.05 KB
安装次数 1,000
当前版本 0.1
更新时间 2023-10-26
上架时间 2023-10-26
评分 5.00/5 共4次评分
开发者 noberumotto
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Planshit/Tai
帮助页面URL https://github.com/Planshit/Tai
隐私政策页面URL https://github.com/Planshit/Tai/blob/master/privacy.txt
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tai Sentry",
    "description": "Tai\u7f51\u9875\u6d4f\u89c8\u6570\u636e\u7edf\u8ba1\u62d3\u5c55",
    "version": "0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "action": {
        "default_icon": "icons\/socket-inactive.png"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ]
}