Hurry home & 下班回家
平平安安上班,高高兴兴下班
What is Hurry home & 下班回家?
Hurry home & 下班回家 is a Chrome extension developed by jim, and its main feature is "平平安安上班,高高兴兴下班".
Extension Screenshots
Download Hurry home & 下班回家 Extension CRX File
Download Hurry home & 下班回家 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
用于帮助上班人员时刻提醒自己距离下班时间还剩下多长的时间,把握时间,提高工作效率 今天距离下班时间还剩下多久的时时间 本周距离周末的时间剩余多久 本月距离月底的时间剩余多久 =========更新 2020/7/9===== 修正 一个隐藏bug,如果HTML中与插件HTML的html - id 出现冲突 - 修正 源码请见♥: https://github.com/sbjim/go-home
Extension Basic Information
Name | Hurry home & 下班回家 |
ID | ndccpjjadppbehafiojmiknfihpmaodj |
Official URL | https://chromewebstore.google.com/detail/hurry-home-%E4%B8%8B%E7%8F%AD%E5%9B%9E%E5%AE%B6/ndccpjjadppbehafiojmiknfihpmaodj |
Description | 平平安安上班,高高兴兴下班 |
File Size | 108 KB |
Installation Count | 917 |
Current Version | 2.1.1 |
Last Updated | 2020-07-28 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 4 Ratings |
Developer | jim |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |