Badíʿ Calendar - Helper for Google Calendar

Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.

Badíʿ Calendar - Helper for Google Calendar क्या है?

Badíʿ Calendar - Helper for Google Calendar https://sites.google.com/site/badicalendartools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages."।

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

screenshot
screenshot

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

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

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

                        This is a helper for the "Badíʿ Calendar" extension. You must install both extensions for this one to work!

This helper extension integrates into Google Calendar webpages to display dates from the Badíʿ (Wondrous/Badi) calendar! Works for month and day views.

The language used is set inside the main Badíʿ Calendar extension.                    

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

नाम Badíʿ Calendar - Helper for Google Calendar Badíʿ Calendar - Helper for Google Calendar
ID hbgnmlfblbpjohobgcopachcgjdbpdop
आधिकारिक URL https://chromewebstore.google.com/detail/bad%C3%AD%CA%BF-calendar-helper-for/hbgnmlfblbpjohobgcopachcgjdbpdop
विवरण Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.
फ़ाइल का आकार 74.81 KB
स्थापना संख्या 255
वर्तमान संस्करण 1.3.5
अंतिम अपडेट 2021-02-08
प्रकाशन तिथि 2020-02-01
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://sites.google.com/site/badicalendartools
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-google-calendar
सहायता पृष्ठ URL https://sites.google.com/site/badicalendartools/home/web-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.3.5",
    "description": "__MSG_titleDesc__",
    "default_locale": "en",
    "icons": {
        "128": "badi19plus-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js",
            "shared.js"
        ]
    },
    "web_accessible_resources": [
        "star.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Glen Little",
    "short_name": "BadiCalGCal",
    "manifest_version": 2,
    "incognito": "split",
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "moment.min.js",
                "shared.js",
                "gcal2.js"
            ],
            "css": [
                "gcal2.css"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ]
        }
    ]
}