Font ✂
Chrome 字体裁剪插件,能够实时预览字体,裁剪并导出 otf 和 woff 格式的字体子集。
Cos'è Font ✂?
Font ✂ è un'estensione di Chrome sviluppata da zhangchen95915, e la sua funzione principale è "Chrome 字体裁剪插件,能够实时预览字体,裁剪并导出 otf 和 woff 格式的字体子集。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Font ✂
Scarica i file di estensione Font ✂ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome 字体裁剪插件,能够实时预览字体,裁剪并导出 otf 和 woff 格式的字体子集。
Informazioni di Base sull'Estensione
Nome | Font ✂ |
ID | jgeghaodpagkaodgbokpnicchieccbnk |
URL Ufficiale | https://chromewebstore.google.com/detail/font-%E2%9C%82/jgeghaodpagkaodgbokpnicchieccbnk |
Descrizione | Chrome 字体裁剪插件,能够实时预览字体,裁剪并导出 otf 和 woff 格式的字体子集。 |
Dimensione del File | 180 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2021-01-20 |
Data di Pubblicazione | 2020-12-25 |
Sviluppatore | zhangchen95915 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/zhangchen915/FontSubset |
URL della Pagina di Aiuto | https://github.com/zhangchen915/FontSubset |
Lingue Supportate | 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 } |