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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SontFwap एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}