Badí' Calendar - Helper for Facebook

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

Badí' Calendar - Helper for Facebook là gì?

Badí' Calendar - Helper for Facebook là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/badicalendartools, và tính năng chính của nó là "Helper for the Badí' Calender Extension, to show Badí' dates in Facebook web pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Badí' Calendar - Helper for Facebook

Tải xuống các tệp mở rộng Badí' Calendar - Helper for Facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Badí' Calendar - Helper for Facebook Badí' Calendar - Helper for Facebook
ID gcibcpemgciakojkkpjkdpbfkmikncle
URL Chính Thức https://chromewebstore.google.com/detail/bad%C3%AD-calendar-helper-for/gcibcpemgciakojkkpjkdpbfkmikncle
Mô tả Helper for the Badí' Calender Extension, to show Badí' dates in Facebook web pages.
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-11-20
Ngày Phát Hành 2018-11-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/badicalendartools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-facebook
URL Trang Trợ Giúp https://sites.google.com/site/badicalendartools/home/web-extension
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}