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開發的Chrome擴展程式,該擴展的主要功能是“Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.”。
擴展截圖
下載Badíʿ Calendar - Helper for Google Calendar擴展crx文件
下載Badíʿ Calendar - Helper for Google Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | hbgnmlfblbpjohobgcopachcgjdbpdop |
官方網址 | 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\/*" ] } ] } |