FontScanner - Scan for font family names

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

Vad är FontScanner - Scan for font family names?

FontScanner - Scan for font family names är en Chrome-tillägg utvecklad av https://apps4u.net, och dess huvudfunktion är "Scans the web page for font names to display the distinct font names applied on the page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner FontScanner - Scan for font family names-förlängningens CRX-fil

Ladda ner FontScanner - Scan for font family names-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FontScanner - Scan for font family names FontScanner - Scan for font family names
ID aodilhmhlmomokijchbkajpoibenmakn
Officiell webbadress https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn
Beskrivning Scans the web page for font names to display the distinct font names applied on the page.
Filstorlek 47.22 KB
Antal Installationer 6,622
Aktuell Version 0.0.0.4
Senast Uppdaterad 2021-02-04
Publiceringsdatum 2017-04-22
Betyg 4.00/5 Totalt 9 Betyg
Utvecklare https://apps4u.net
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}