LK Calendar
SriLanka Holiday Calendar
What is LK Calendar?
LK Calendar is a Chrome extension developed by Nash171, and its main feature is "SriLanka Holiday Calendar".
Extension Screenshots
Download LK Calendar Extension CRX File
Download LK 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
Sri Lanka holiday calendar indicating public, poya, bank and mercantile holidays. Easily accessible popup calendar for chrome users.
Extension Basic Information
Name | LK Calendar |
ID | bljnfjlmfcflkiocakogobninnpkbhja |
Official URL | https://chromewebstore.google.com/detail/lk-calendar/bljnfjlmfcflkiocakogobninnpkbhja |
Description | SriLanka Holiday Calendar |
File Size | 2.53 MB |
Installation Count | 327 |
Current Version | 10.2 |
Last Updated | 2024-02-23 |
Publish Date | 2019-12-24 |
Rating | 5.00/5 Total 13 Ratings |
Developer | Nash171 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/lkcalendar |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LK Calendar", "description": "SriLanka Holiday Calendar", "version": "10.2", "icons": { "16": "images\/logo-16.png", "128": "images\/logo-128.png" }, "action": { "default_icon": { "16": "images\/logo-16.png", "128": "images\/logo-128.png" }, "default_title": "LK Calendar" }, "background": { "service_worker": "eventPage.js" }, "permissions": [ "system.display" ] } |