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 - это расширение Chrome, разработанное https://sites.google.com/site/badicalendartools, и его основная функция - "Helper for the Badí' Calender Extension, to show Badí' dates in Facebook web pages.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Badí' Calendar - Helper for Facebook

Скачайте файлы расширений Badí' Calendar - Helper for Facebook в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
            ]
        }
    ]
}