Font ✂
Chrome 字体裁剪插件,能够实时预览字体,裁剪并导出 otf 和 woff 格式的字体子集。
What is Font ✂?
Font ✂ is a Chrome extension developed by zhangchen95915, and its main feature is "Chrome 字体裁剪插件,能够实时预览字体,裁剪并导出 otf 和 woff 格式的字体子集。".
Extension Screenshots
Download Font ✂ Extension CRX File
Download Font ✂ 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
Chrome 字体裁剪插件,能够实时预览字体,裁剪并导出 otf 和 woff 格式的字体子集。
Extension Basic Information
Name | Font ✂ |
ID | jgeghaodpagkaodgbokpnicchieccbnk |
Official URL | https://chromewebstore.google.com/detail/font-%E2%9C%82/jgeghaodpagkaodgbokpnicchieccbnk |
Description | Chrome 字体裁剪插件,能够实时预览字体,裁剪并导出 otf 和 woff 格式的字体子集。 |
File Size | 180 KB |
Installation Count | 31 |
Current Version | 0.0.0.1 |
Last Updated | 2021-01-20 |
Publish Date | 2020-12-25 |
Developer | zhangchen95915 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zhangchen915/FontSubset |
Help Page URL | https://github.com/zhangchen915/FontSubset |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font \u2702", "description": "", "version": "0.0.0.1", "browser_action": { "default_title": "Font \u2702", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |