Simple Year Calendar
Get a full year Calendar in a one click
What is Simple Year Calendar?
Simple Year Calendar is a Chrome extension developed by mukha.vyacheslav, and its main feature is "Get a full year Calendar in a one click".
Extension Screenshots
Download Simple Year Calendar Extension CRX File
Download Simple Year Calendar 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
Very simple Year Calendar | Дуже простий календар на рік | Calendario anual muy simple | 很简单的年历 | Calendario annuale molto semplice | Sehr einfacher Jahreskalender
Extension Basic Information
Name | |
ID | llkdnaajdbpjiodmejeihpjeaegohpak |
Official URL | https://chromewebstore.google.com/detail/simple-year-calendar/llkdnaajdbpjiodmejeihpjeaegohpak |
Description | Get a full year Calendar in a one click |
File Size | 88.94 KB |
Installation Count | 223 |
Current Version | 1.0.2 |
Last Updated | 2023-10-10 |
Publish Date | 2021-03-23 |
Rating | 4.25/5 Total 4 Ratings |
Developer | mukha.vyacheslav |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Year Calendar", "short_name": "Year Calendar", "description": "Get a full year Calendar in a one click", "author": "Mukha Viacheslav", "version": "1.0.2", "browser_action": { "default_title": "Year Calendar", "default_icon": "src\/img\/icon_48x48.png", "default_popup": "src\/views\/popup.html" }, "icons": { "16": "src\/img\/icon_16x16.png", "48": "src\/img\/icon_48x48.png", "128": "src\/img\/icon_128x128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |