Hurry home & 下班回家

平平安安上班,高高兴兴下班

Qu'est-ce que Hurry home & 下班回家 ?

Hurry home & 下班回家 est une extension Chrome développée par jim, et sa fonction principale est "平平安安上班,高高兴兴下班".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hurry home & 下班回家

Téléchargez les fichiers d'extension Hurry home & 下班回家 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        用于帮助上班人员时刻提醒自己距离下班时间还剩下多长的时间,把握时间,提高工作效率

今天距离下班时间还剩下多久的时时间

本周距离周末的时间剩余多久

本月距离月底的时间剩余多久

=========更新 2020/7/9=====
修正 一个隐藏bug,如果HTML中与插件HTML的html - id 出现冲突  -  修正


源码请见♥: https://github.com/sbjim/go-home                    

Informations de Base sur l'Extension

Nom Hurry home & 下班回家 Hurry home & 下班回家
ID ndccpjjadppbehafiojmiknfihpmaodj
URL Officiel https://chromewebstore.google.com/detail/hurry-home-%E4%B8%8B%E7%8F%AD%E5%9B%9E%E5%AE%B6/ndccpjjadppbehafiojmiknfihpmaodj
Description 平平安安上班,高高兴兴下班
Taille du Fichier 108 KB
Nombre d'Installations 917
Version Actuelle 2.1.1
Dernière Mise à Jour 2020-07-28
Date de Publication 2020-07-01
Évaluation 5.00/5 Total 4 Évaluations
Développeur jim
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hurry home & \u4e0b\u73ed\u56de\u5bb6",
    "description": "\u5e73\u5e73\u5b89\u5b89\u4e0a\u73ed\uff0c\u9ad8\u9ad8\u5174\u5174\u4e0b\u73ed",
    "version": "2.1.1",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Hurry home & \u4e0b\u73ed\u56de\u5bb6",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/jquery.js",
                ".\/js\/func.js",
                ".\/js\/index.js",
                ".\/js\/moment.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}