日历
提供日历及节假日查询,随时了解日期安排。
什么是日历?
日历是由adsaferz开发的Chrome扩展程序,该扩展的主要功能是“提供日历及节假日查询,随时了解日期安排。”。
扩展截图
下载日历扩展crx文件
下载日历扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
简单好用的日历工具,实时查看日程安排,还可以预先了解节假日放假情况,提前准备。 扩展基本信息
| 名称 | |
| ID | aempjbfhhfooifnadnhfpmoipelcbaia |
| 官方URL | https://chromewebstore.google.com/detail/%E6%97%A5%E5%8E%86/aempjbfhhfooifnadnhfpmoipelcbaia |
| 简介 | 提供日历及节假日查询,随时了解日期安排。 |
| 文件大小 | 69.97 KB |
| 安装次数 | 57 |
| 当前版本 | 3.1.114 |
| 更新时间 | 2017-06-01 |
| 上架时间 | 2017-06-01 |
| 评分 | 2.00/5 共2次评分 |
| 开发者 | adsaferz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.1.114",
"manifest_version": 2,
"minimum_chrome_version": "1.0.0",
"content_security_policy": "script-src 'self'; object-src 'self'",
"name": "\u65e5\u5386",
"description": "\u63d0\u4f9b\u65e5\u5386\u53ca\u8282\u5047\u65e5\u67e5\u8be2\uff0c\u968f\u65f6\u4e86\u89e3\u65e5\u671f\u5b89\u6392\u3002",
"icons": {
"19": "images\/19.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"js\/jquery.min.js",
"js\/md5.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "images\/19.png",
"default_popup": "pop.html"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage",
"tabs",
"unlimitedStorage",
"management"
]
} | |