Lunar Calendar

Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…

Lunar Calendar क्या है?

Lunar Calendar Kha Tran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easy to view lunar calendar.
Connect to your google calendar to manage your work easily.

If you have any feedback or trouble email us at [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम Lunar Calendar Lunar Calendar
ID nmecgjahahkkpinjpcblbkalicegdfbp
आधिकारिक URL https://chromewebstore.google.com/detail/lunar-calendar/nmecgjahahkkpinjpcblbkalicegdfbp
विवरण Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…
फ़ाइल का आकार 125 KB
स्थापना संख्या 1,645
वर्तमान संस्करण 2.2.1
अंतिम अपडेट 2021-12-11
प्रकाशन तिथि 2019-12-26
रेटिंग 4.14/5 कुल 7 रेटिंग्स
डेवलपर Kha Tran
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lunar Calendar",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "start_url": ".",
    "version": "2.2.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Lunar Calendar"
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "oauth2": {
        "client_id": "683515625561-vhint2n62tjt617e8srcl9bdm4es5rop.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ],
        "api_url": "https:\/\/www.googleapis.com\/calendar\/v3\/calendars\/",
        "api_key": "AIzaSyBT5P7QET06XqsumsxJEN2JCKFi628BDTs"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}