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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } |