G-calize
On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color.
G-calize क्या है?
G-calize https://piayo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में G-calize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1. Click on the extension icon or select "G-calize" from the context menu to open the settings screen. 2. Set your favorite color for each day of the week. 3. Optional: Select a holiday calendar and set holiday colors. -------------------------------------------------- * 🆕 2023.11.27 version 2.1.0 - Added background color and border color to today's color. - Fixed: Color shift issue in week view. * 2023.08.20 version 2.0.0 - Changed the way the settings screen opens. - Renewed the settings screen. - Changed: Today's text color and background color have been removed and replaced with accent color selection. - Fixed: Holiday calendar cannot be selected. * 2018.02.02 version 1.4.0 - Supports new design Google Calendar ... * 2014.12.04 version 1.0.0 - first publication
एक्सटेंशन की मूल जानकारी
नाम | G-calize |
ID | piiljfhidimfponnkjlkecnpjhdijfde |
आधिकारिक URL | https://chromewebstore.google.com/detail/g-calize/piiljfhidimfponnkjlkecnpjhdijfde |
विवरण | On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color. |
फ़ाइल का आकार | 69.03 KB |
स्थापना संख्या | 197,555 |
वर्तमान संस्करण | 2.1.1 |
अंतिम अपडेट | 2023-12-03 |
प्रकाशन तिथि | 2019-09-25 |
रेटिंग | 4.21/5 कुल 178 रेटिंग्स |
डेवलपर | https://piayo.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,de,en,en-GB,en-US,fr,nl,vi,tr,ca,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-calize", "default_locale": "ja", "description": "__MSG_extDes__", "version": "2.1.1", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "js\/service-worker.js", "type": "module" }, "permissions": [ "storage", "contextMenus" ], "optional_host_permissions": [ "http:\/\/*.google.com\/calendar\/*", "https:\/\/*.google.com\/calendar\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.google.com\/calendar\/*", "https:\/\/*.google.com\/calendar\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ " |