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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}