Badíʿ Calendar - Helper for Google Calendar
Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.
Cos'è Badíʿ Calendar - Helper for Google Calendar?
Badíʿ Calendar - Helper for Google Calendar è un'estensione di Chrome sviluppata da https://sites.google.com/site/badicalendartools, e la sua funzione principale è "Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Badíʿ Calendar - Helper for Google Calendar
Scarica i file di estensione Badíʿ Calendar - Helper for Google Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Badíʿ Calendar - Helper for Google Calendar |
ID | hbgnmlfblbpjohobgcopachcgjdbpdop |
URL Ufficiale | https://chromewebstore.google.com/detail/bad%C3%AD%CA%BF-calendar-helper-for/hbgnmlfblbpjohobgcopachcgjdbpdop |
Descrizione | Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages. |
Dimensione del File | 74.81 KB |
Conteggio Installazioni | 255 |
Versione Corrente | 1.3.5 |
Ultimo Aggiornamento | 2021-02-08 |
Data di Pubblicazione | 2020-02-01 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://sites.google.com/site/badicalendartools |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-google-calendar |
URL della Pagina di Aiuto | https://sites.google.com/site/badicalendartools/home/web-extension |
Lingue Supportate | 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\/*" ] } ] } |