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文件

下載FontScanner - Scan for font family names擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}