FontScanner - Scan for font family names

Scans the web page for font names to display the distinct font names applied on the page.

Co to jest FontScanner - Scan for font family names?

FontScanner - Scan for font family names to rozszerzenie Chrome opracowane przez https://apps4u.net, a jego główną funkcją jest „Scans the web page for font names to display the distinct font names applied on the page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FontScanner - Scan for font family names

Pobierz pliki rozszerzeń FontScanner - Scan for font family names w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        FontScanner helps in finding out the distinct font family names for the whole webpage, based on the properties set for each individual elements on the page. This will help the developers and testers to find those elements that are set with the wrong or undesired font family names, quickly.

From the page scan results, FontScanner can also show the elements related to a specific font name. This helps in identification of the specific element that has the undesired font name.                    

Podstawowe informacje o rozszerzeniu

Nazwa FontScanner - Scan for font family names FontScanner - Scan for font family names
ID aodilhmhlmomokijchbkajpoibenmakn
Oficjalny URL https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn
Opis Scans the web page for font names to display the distinct font names applied on the page.
Rozmiar pliku 47.22 KB
Liczba instalacji 6,622
Aktualna Wersja 0.0.0.4
Ostatnia Aktualizacja 2021-02-04
Data Publikacji 2017-04-22
Ocena 4.00/5 Łącznie 9 Oceny
Deweloper https://apps4u.net
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FontScanner - Scan for font family names",
    "short_name": "FontScanner",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Scans the web page for font names to display the distinct font names applied on the page.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FontScanner - Scan this web page"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "icons\/icon19.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}