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)开发的Chrome扩展程序,该扩展的主要功能是“This extension injects various font styling features alongside the toolbar in Google Calendar”。
扩展截图
下载Google Calendar with Readable Fonts扩展crx文件
下载Google Calendar with Readable Fonts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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" } } |