Simple Calendar

A fast calendar that shows next month and supports events.

Simple Calendar là gì?

Simple Calendar là một tiện ích mở rộng Chrome được phát triển bởi jmigpin, và tính năng chính của nó là "A fast calendar that shows next month and supports events.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Calendar

Tải xuống các tệp mở rộng Simple Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Yeap, a simple calendar. Shows next month as well and supports events.

v0.7: fix sunday/monday headers issue; de-style select year border; center icon logo vertically; 
v0.6: added option to select first day of the week.
v0.5: updated manifest file to version 3; improvements to year selection.
v0.4: updated manifest file to version 2 as required by Google.
v0.3: new icon; no more background process; show custom flags.
v0.2: added events; remembers last selected month.
v0.1: first release.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Calendar Simple Calendar
ID cibnaiaedegbllcicgigdlpmgglhoaee
URL Chính Thức https://chromewebstore.google.com/detail/simple-calendar/cibnaiaedegbllcicgigdlpmgglhoaee
Mô tả A fast calendar that shows next month and supports events.
Kích Thước Tệp 20.45 KB
Số Lần Cài Đặt 609
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2013-06-14
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jmigpin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Calendar",
    "description": "A fast calendar that shows next month and supports events.",
    "version": "0.7",
    "permissions": [],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}