Google Calendar with Readable Fonts

This extension injects various font styling features alongside the toolbar in Google Calendar

Google Calendar with Readable Fonts क्या है?

Google Calendar with Readable Fonts Nir Azuelos (losnir) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension injects various font styling features alongside the toolbar in Google Calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Calendar with Readable Fonts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is an extension I've programmed for my girlfriend, after she asked me how to increase the font size for events in Google Calendar because they were unreadable on her tiny laptop screen, since I realized that others have asked this as-well in Google Product Forum, but there was no real solution.
So I've decided to publish this extension on the assumption that others might benefit from it as well.

The extension changes the event font-styling by injecting a number (+/-) input to select the font size, and a check-box to turn on / off bold fonts, alongside the toolbar in Google Calendar.

=========
Features:
=========

- Changes the font styling of all calendar events
- Choose a font size from 1px to infinity, toggle bold on / off
- All settings are automatically saved & synced between remote browsers

===========
Change log:
===========

* Version 1.0.1:
- Set default font-size to 14px (was 1px).

* Version 1.0: Initial.                    

एक्सटेंशन की मूल जानकारी

नाम Google Calendar with Readable Fonts Google Calendar with Readable Fonts
ID jjehkplomajbaglnaaccioapndbipfik
आधिकारिक URL https://chrome.google.com/webstore/detail/google-calendar-with-read/jjehkplomajbaglnaaccioapndbipfik
विवरण This extension injects various font styling features alongside the toolbar in Google Calendar
फ़ाइल का आकार 11.49 KB
स्थापना संख्या 38,984
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2013-06-27
प्रकाशन तिथि 2013-06-27
रेटिंग 2.85/5 कुल 39 रेटिंग्स
डेवलपर Nir Azuelos (losnir)
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Calendar with Readable Fonts",
    "description": "This extension injects various font styling features alongside the toolbar in Google Calendar",
    "version": "1.0.1",
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/calendar\/*"
            ],
            "permissions": [
                "tabs",
                "*:\/\/*.google.com\/calendar\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}