Font Detector
Detects font properties and styles
Cos'è Font Detector?
Font Detector è un'estensione di Chrome sviluppata da Anish Nair, e la sua funzione principale è "Detects font properties and styles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Font Detector
Scarica i file di estensione Font Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Font Detector |
ID | mohdgdcdkibdljkppnmnihdacpbpllmj |
URL Ufficiale | https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj |
Descrizione | Detects font properties and styles |
Dimensione del File | 259 KB |
Conteggio Installazioni | 4,900 |
Versione Corrente | v1.2.1 |
Ultimo Aggiornamento | 2022-05-18 |
Data di Pubblicazione | 2020-01-23 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Anish Nair |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } ] } |