Tlushim

Tlushim time counter

什么是Tlushim?

Tlushim是由Omri Matias开发的Chrome扩展程序,该扩展的主要功能是“Tlushim time counter”。

扩展截图

screenshot
screenshot

下载Tlushim扩展crx文件

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

扩展使用说明

                        Helps you understand in real time if you are on the way to be the employee of the month.
This app includes time summarise on demand and a way to detect your working hours.                    

扩展基本信息

名称 Tlushim Tlushim
ID dlilfpdfmajigjpgfehbanaopgejdjof
官方URL https://chromewebstore.google.com/detail/tlushim/dlilfpdfmajigjpgfehbanaopgejdjof
简介 Tlushim time counter
文件大小 17.81 KB
安装次数 130
当前版本 2.0.0
更新时间 2022-07-06
上架时间 2020-05-24
评分 5.00/5 共5次评分
开发者 Omri Matias
电子邮箱 [email protected]
付费类型 free
支持的语言 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Omri Matias",
    "name": "Tlushim",
    "version": "2.0.0",
    "description": "Tlushim time counter",
    "host_permissions": [
        "http:\/\/*.tlushim.co.il\/*",
        "https:\/\/*.tlushim.co.il\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tlushim.co.il\/*",
                "https:\/\/www.tlushim.co.il\/*"
            ],
            "css": [
                "default.css"
            ],
            "js": [
                "plugins\/Tlushim.js",
                "core.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 3
}