System Font Everywhere
Use system font on the web
What is System Font Everywhere?
System Font Everywhere is a Chrome extension developed by S.J. Zhang, and its main feature is "Use system font on the web".
Extension Screenshots
Download System Font Everywhere Extension CRX File
Download System Font Everywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this extension to apply System Fonts to the internet. Use San Francisco on macOS and Segoe UI on Windows 10 for the best legibility when you need to read, or on other sites with unfavorable font choices.
Extension Basic Information
Name | System Font Everywhere |
ID | dcncgmembfephfbibnnigchndgncmdnj |
Official URL | https://chromewebstore.google.com/detail/system-font-everywhere/dcncgmembfephfbibnnigchndgncmdnj |
Description | Use system font on the web |
File Size | 644 KB |
Installation Count | 317 |
Current Version | 0.0.3 |
Last Updated | 2022-12-12 |
Publish Date | 2020-03-06 |
Rating | 2.60/5 Total 5 Ratings |
Developer | S.J. Zhang |
[email protected] | |
Payment Type | free |
Extension Website | https://sj.land |
Help Page URL | https://sj.land |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "System Font Everywhere", "short_name": "SF Everywhere", "version": "0.0.3", "description": "Use system font on the web", "action": { "default_title": "System Font Everywhere", "default_icon": "off-icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "tabs" ], "content_scripts": [ { "all_frames": true, "match_about_blank": true, "matches": [ " |