Find Font

Define any font on the page.

Co je Find Font?

Find Font je rozšíření Chrome vyvinuté saharmashhadi522, a jeho hlavní funkcí je „Define any font on the page.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Find Font

Stáhněte si soubory rozšíření Find Font ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        We offer you our new unique extension Find Font that will make it easier for you to work with documents.  With Find Font you will be provided with a large number of different and cool fonts.  There is also a palette of vibrant colors for your texts.  The good thing about our product is that it is completely free.  The great advantage of our product Find Font is that it does not ask you for personal data and any other information.  Find Font is very convenient and easy to use, we are sure that if you install WhatFont on your smartphone, you will not regret it and will work with pleasure.                    

Základní Informace o Rozšíření

Název Find Font Find Font
ID cgdmldicdcifjialkangkjbdomlighml
Oficiální URL https://chromewebstore.google.com/detail/find-font/cgdmldicdcifjialkangkjbdomlighml
Popis Define any font on the page.
Velikost souboru 70.45 KB
Počet instalací 260
Aktuální Verze 1.1
Poslední Aktualizace 2021-12-20
Datum Vydání 2021-09-06
Vývojář saharmashhadi522
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Define any font on the page.",
    "icons": {
        "128": "images\/logo.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/vendor\/jq.min.js",
            "js\/vendor\/html2canvas.min.js",
            "js\/init.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/vendor\/jq.min.js",
                "js\/vendor\/html2canvas.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/css\/style.css"
    ],
    "permissions": [
        "",
        "storage"
    ]
}