Ieyasu Plus
Check time on ieyasu
什么是Ieyasu Plus?
Ieyasu Plus是由Huynh Cong Tien开发的Chrome扩展程序,该扩展的主要功能是“Check time on ieyasu”。
扩展截图
下载Ieyasu Plus扩展crx文件
下载Ieyasu Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension used for the https://www.ieyasu.co website, supports checking time of check in and check out.
This extension integrated notification for check-in and checkout.
You can set Working days, Start/End time working days, Desktop notifications and some new styles to manage your work. 扩展基本信息
| 名称 | |
| ID | pmklokfhkepkaoakjiigbnkahfdmamoe |
| 官方URL | https://chromewebstore.google.com/detail/ieyasu-plus/pmklokfhkepkaoakjiigbnkahfdmamoe |
| 简介 | Check time on ieyasu |
| 文件大小 | 997 KB |
| 安装次数 | 57 |
| 当前版本 | 0.7.0 |
| 更新时间 | 2019-09-04 |
| 上架时间 | 2019-09-03 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Huynh Cong Tien |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus |
| 帮助页面URL | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.7.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "assets\/dist\/img\/icon-16.png",
"128": "assets\/dist\/img\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"assets\/dist\/js\/background.min.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"https:\/\/f.ieyasu.co\/*",
"alarms",
"notifications",
"background",
"storage",
"tabs"
],
"web_accessible_resources": [
"assets\/dist\/img\/*.png"
],
"content_scripts": [
{
"matches": [
"*:\/\/f.ieyasu.co\/*"
],
"js": [
"assets\/dist\/js\/main.min.js"
],
"css": [
"assets\/dist\/css\/main.min.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"browser_action": {
"default_icon": {
"19": "assets\/dist\/img\/icon-19.png",
"38": "assets\/dist\/img\/icon-38.png"
},
"default_title": "Ieyasu Plus",
"default_popup": "pages\/popup.html"
}
} | |