Font Detector
Detects font properties and styles
Τι είναι το Font Detector;
Το Font Detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Anish Nair, και η κύρια λειτουργία του είναι "Detects font properties and styles".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Font Detector
Λήψη αρχείων επέκτασης Font Detector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
On any page, click on the font properties icon. A pop-up will own up as shown in the screenshot. Hover on any text on the webpage, and you will get all the font-related information of that text. Is of great help to identify font-family, font-sizes, font-weight, font-color and other font-styles applied to the text/element. To stop showing the font-properties, click on close('x' icon).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Font Detector |
ID | mohdgdcdkibdljkppnmnihdacpbpllmj |
Επίσημο URL | https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj |
Περιγραφή | Detects font properties and styles |
Μέγεθος Αρχείου | 259 KB |
Αριθμός Εγκαταστάσεων | 4,900 |
Τρέχουσα Έκδοση | v1.2.1 |
Τελευταία Ενημέρωση | 2022-05-18 |
Ημερομηνία Δημοσίευσης | 2020-01-23 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Anish Nair |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Detector", "short_name": "Font Detector", "version": "1.2.1", "version_name": "v1.2.1", "description": "Detects font properties and styles", "icons": { "16": "assets\/icons\/font-detector-logo-16.png", "48": "assets\/icons\/font-detector-logo-48.png", "128": "assets\/icons\/font-detector-logo-128.png" }, "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "js\/background.min.js" }, "manifest_version": 3, "action": { "default_icon": { "19": "assets\/icons\/font-detector-logo-19.png", "38": "assets\/icons\/font-detector-logo-38.png" } }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/font-detector-logo-38.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |