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
官方網址 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"
    ]
}