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