Simple Calendar

Simple calendar extension

什么是Simple Calendar?

Simple Calendar是由matofesi开发的Chrome扩展程序,该扩展的主要功能是“Simple calendar extension”。

扩展截图

screenshot

下载Simple Calendar扩展crx文件

下载Simple Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple calendar extension.
It display extension icon and when clicked shows current month calendar with option to switch months, years. Nothing more ;)                    

扩展基本信息

名称 Simple Calendar Simple Calendar
ID bjldpnokihfighdghbllbncabjnddamm
官方URL https://chromewebstore.google.com/detail/simple-calendar/bjldpnokihfighdghbllbncabjnddamm
简介 Simple calendar extension
文件大小 430 KB
安装次数 1,796
当前版本 1.3
更新时间 2024-01-26
上架时间 2020-03-04
评分 4.86/5 共7次评分
开发者 matofesi
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Simple Calendar",
    "permissions": [
        "alarms"
    ],
    "short_name": "SimpleCalendar",
    "version": "1.3",
    "action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "main.html"
    },
    "description": "Simple calendar extension",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png"
    }
}