SontFwap

Sont Fwap is an extension for type designers which allows you to test fonts on any existing website, to see how they perform in a…

什么是SontFwap?

SontFwap是由https://twomuch.studio开发的Chrome扩展程序,该扩展的主要功能是“Sont Fwap is an extension for type designers which allows you to test fonts on any existing website, to see how they perform in a…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SontFwap扩展crx文件

下载SontFwap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sont Fwap is an extension for type designers which allows you to test fonts on any existing website, to see how they perform in a designed environment.

The font files must be installed in your systems 'fonts' folder.

Simply type the font name and hit enter to get started.

The general naming structure is 'fontname-weight' or 'fontname-weightItalic' for italics. This can be different depending on how the font file has been named. Make sure to remove all spaces. 

Type 'reset' to change the font back to it's original state.

Use the filter buttons to choose which html tags are affected.

When the filter panel is open, the filters will highlight the html tag of whatever element you are hovering on.

We hope this tool helps you! Any feedback or feature suggestions please email to [email protected]



Big thanks to OmseType for helping develop the idea and with testing.

Also thanks to abcdinamo, Open Type Foundry, NeubauLaden, Displaay, GrilliType, OmseType, PangramPangram, Elias Hanzer, Kometa, Camelot Typefaces, Tightype, TypeLab, Good Type Foundry, The Designers Foundry and  Velvetyne for letting us borrow your websites and fonts :-)                    

扩展基本信息

名称 SontFwap SontFwap
ID igplndkngpnnoagokcllelgfjaakhmag
官方URL https://chromewebstore.google.com/detail/sontfwap/igplndkngpnnoagokcllelgfjaakhmag
简介 Sont Fwap is an extension for type designers which allows you to test fonts on any existing website, to see how they perform in a…
文件大小 150 KB
安装次数 352
当前版本 1.3.2
更新时间 2019-04-22
上架时间 2019-04-17
评分 5.00/5 共1次评分
开发者 https://twomuch.studio
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SontFwap",
    "version": "1.3.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js"
            ],
            "css": [
                "fontSwap.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "data\/Gattica-Regular110.otf",
        "close.svg"
    ],
    "browser_action": {
        "default icon": "icon1.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}