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开发的Chrome扩展程序,该扩展的主要功能是“Helper for the Badí' Calender Extension, to show Badí' dates in Facebook web pages.”。
扩展截图
下载Badí' Calendar - Helper for Facebook扩展crx文件
下载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 |
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\/*" ] } ] } |