Google Calendar with Readable Fonts
This extension injects various font styling features alongside the toolbar in Google Calendar
Google Calendar with Readable Fonts là gì?
Google Calendar with Readable Fonts là một tiện ích mở rộng Chrome được phát triển bởi Nir Azuelos (losnir), và tính năng chính của nó là "This extension injects various font styling features alongside the toolbar in Google Calendar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Calendar with Readable Fonts
Tải xuống các tệp mở rộng Google Calendar with Readable Fonts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jjehkplomajbaglnaaccioapndbipfik |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-calendar-with-read/jjehkplomajbaglnaaccioapndbipfik |
Mô tả | This extension injects various font styling features alongside the toolbar in Google Calendar |
Kích Thước Tệp | 11.49 KB |
Số Lần Cài Đặt | 38,984 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2013-06-27 |
Ngày Phát Hành | 2013-06-27 |
Đánh Giá | 2.85/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | Nir Azuelos (losnir) |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |