Simple Calendar

Simple calendar extension

Simple Calendar क्या है?

Simple Calendar matofesi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple calendar extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}