Font Tester
Preview your webpage with Google Fonts
什么是Font Tester?
Font Tester是由hkphillips42开发的Chrome扩展程序,该扩展的主要功能是“Preview your webpage with Google Fonts”。
扩展截图
下载Font Tester扩展crx文件
下载Font Tester扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.
扩展基本信息
名称 | Font Tester |
ID | imccahjhfnnifmcmfelbcijnilebgggg |
官方URL | https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg |
简介 | Preview your webpage with Google Fonts |
文件大小 | 297 KB |
安装次数 | 63 |
当前版本 | 0.0.1 |
更新时间 | 2023-05-05 |
上架时间 | 2023-05-05 |
开发者 | hkphillips42 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/hunterphillips/font-tester |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Font Tester", "description": "Preview your webpage with Google Fonts", "version": "0.0.1", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |