Badí' Calendar - Helper for Facebook

Helper for the Badí' Calender Extension, to show Badí' dates in Facebook web pages.

Badí' Calendar - Helper for Facebook क्या है?

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

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

screenshot

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

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

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

                        This is a helper for the "Badíʿ Calendar" extension which shows today's date in the Badíʿ (Wondrous/Badi) calendar, the official calendar of the Bahá'í Faith. You must install both extensions for this one to work!

This helper extension integrates into Facebook webpages to display dates from the Badíʿ calendar!

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

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

नाम Badí' Calendar - Helper for Facebook Badí' Calendar - Helper for Facebook
ID gcibcpemgciakojkkpjkdpbfkmikncle
आधिकारिक URL https://chromewebstore.google.com/detail/bad%C3%AD-calendar-helper-for/gcibcpemgciakojkkpjkdpbfkmikncle
विवरण Helper for the Badí' Calender Extension, to show Badí' dates in Facebook web pages.
फ़ाइल का आकार 129 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-11-20
प्रकाशन तिथि 2018-11-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://sites.google.com/site/badicalendartools
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-facebook
सहायता पृष्ठ 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.0.1",
    "description": "__MSG_titleDesc__",
    "default_locale": "en",
    "icons": {
        "128": "badi19plus-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js",
            "shared.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Glen Little",
    "short_name": "BadiCalFacebook",
    "manifest_version": 2,
    "incognito": "split",
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.3.min.js",
                "moment.js",
                "shared.js",
                "facebook.js"
            ],
            "css": [
                "facebook.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ]
        }
    ]
}