Badíʿ Calendar - Helper for Google Calendar
Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.
Qu'est-ce que Badíʿ Calendar - Helper for Google Calendar ?
Badíʿ Calendar - Helper for Google Calendar est une extension Chrome développée par https://sites.google.com/site/badicalendartools, et sa fonction principale est "Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Badíʿ Calendar - Helper for Google Calendar
Téléchargez les fichiers d'extension Badíʿ Calendar - Helper for Google Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Badíʿ Calendar - Helper for Google Calendar |
ID | hbgnmlfblbpjohobgcopachcgjdbpdop |
URL Officiel | https://chromewebstore.google.com/detail/bad%C3%AD%CA%BF-calendar-helper-for/hbgnmlfblbpjohobgcopachcgjdbpdop |
Description | Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages. |
Taille du Fichier | 74.81 KB |
Nombre d'Installations | 255 |
Version Actuelle | 1.3.5 |
Dernière Mise à Jour | 2021-02-08 |
Date de Publication | 2020-02-01 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://sites.google.com/site/badicalendartools |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-google-calendar |
URL de la Page d'Aide | https://sites.google.com/site/badicalendartools/home/web-extension |
Langues Prises en Charge | 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\/*" ] } ] } |