FontScanner - Scan for font family names
Scans the web page for font names to display the distinct font names applied on the page.
Apa itu FontScanner - Scan for font family names?
FontScanner - Scan for font family names adalah ekstensi Chrome yang dikembangkan oleh https://apps4u.net, dan fitur utamanya adalah "Scans the web page for font names to display the distinct font names applied on the page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FontScanner - Scan for font family names
Unduh file ekstensi FontScanner - Scan for font family names dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FontScanner - Scan for font family names |
ID | aodilhmhlmomokijchbkajpoibenmakn |
URL Resmi | https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn |
Deskripsi | Scans the web page for font names to display the distinct font names applied on the page. |
Ukuran File | 47.22 KB |
Jumlah Instalasi | 6,622 |
Versi Saat Ini | 0.0.0.4 |
Terakhir Diperbarui | 2021-02-04 |
Tanggal Publikasi | 2017-04-22 |
Penilaian | 4.00/5 Total 9 Penilaian |
Pengembang | https://apps4u.net |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |