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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://apps4u.net, και η κύρια λειτουργία του είναι "Scans the web page for font names to display the distinct font names applied on the page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FontScanner - Scan for font family names
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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'" } |