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 là gì?

SontFwap là một tiện ích mở rộng Chrome được phát triển bởi https://twomuch.studio, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SontFwap

Tải xuống các tệp mở rộng SontFwap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :-)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SontFwap SontFwap
ID igplndkngpnnoagokcllelgfjaakhmag
URL Chính Thức https://chromewebstore.google.com/detail/sontfwap/igplndkngpnnoagokcllelgfjaakhmag
Mô tả 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…
Kích Thước Tệp 150 KB
Số Lần Cài Đặt 352
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2019-04-22
Ngày Phát Hành 2019-04-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://twomuch.studio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}