FontScanner - Scan for font family names

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

FontScanner - Scan for font family names란 무엇입니까?

FontScanner - Scan for font family names은(는) https://apps4u.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scans the web page for font names to display the distinct font names applied on the page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FontScanner - Scan for font family names 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FontScanner - Scan for font family names FontScanner - Scan for font family names
ID aodilhmhlmomokijchbkajpoibenmakn
공식 URL https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn
설명 Scans the web page for font names to display the distinct font names applied on the page.
파일 크기 47.22 KB
설치 횟수 6,622
현재 버전 0.0.0.4
최근 업데이트 2021-02-04
출시 날짜 2017-04-22
평점 4.00/5 총 9 개의 평점
개발자 https://apps4u.net
이메일 [email protected]
결제 유형 free
지원되는 언어 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'"
}