What Font - find font
Lets you know what font is used on any website
Τι είναι το What Font - find font;
Το What Font - find font είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον martinneeshamrt, και η κύρια λειτουργία του είναι "Lets you know what font is used on any website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης What Font - find font
Λήψη αρχείων επέκτασης What Font - find font σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Lets you know what font is used on any website Using the WhatFont extension, you can find out the following details: font family, style, weight, size, line height, color which is used on any site. Just find the text you need, activate the WhatFont extension and all the necessary information will appear on your monitor. The WhatFont extension for Google Chrome is a powerful tool that allows users to quickly and easily identify the fonts used on any website and enables users to identify the font style, size, color, and italics used on a website by simply hovering over the text. How To Use: 1. Activate extension WhatFont by clicking on its icon in the right-top 2. For information click on the font 3. To disable the functionality - click "Exit What Font" on the right-top of the browser. WhatFont is especially useful for designers, developers, and anyone who works with typography. It provides an easy and efficient way to identify the fonts used on a website, which can be a valuable resource for creating your own designs. Additionally, this extension can help you improve your understanding of typography, allowing you to make informed decisions about font choices. In summary, WhatFont is an essential tool for anyone who wants to identify the font details used on a website. Its simple and intuitive interface makes it easy to use, and its comprehensive font information is sure to be helpful for designers and developers alike.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | banojpgedjnmhklbggjekijlfckjodlh |
Επίσημο URL | https://chromewebstore.google.com/detail/what-font-find-font/banojpgedjnmhklbggjekijlfckjodlh |
Περιγραφή | Lets you know what font is used on any website |
Μέγεθος Αρχείου | 89.51 KB |
Αριθμός Εγκαταστάσεων | 335 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-03-27 |
Ημερομηνία Δημοσίευσης | 2023-03-26 |
Προγραμματιστής | martinneeshamrt |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/what-fond-privacy-policy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "short_name": "__MSG_name__", "version": "1.0.0", "default_locale": "en", "action": { "default_icon": { "128": "img\/icon-128.png", "64": "img\/icon-64.png", "32": "img\/icon-32.png", "16": "img\/icon-16.png" }, "default_title": "__MSG_name__" }, "icons": { "128": "img\/icon-128.png", "64": "img\/icon-64.png", "32": "img\/icon-32.png", "16": "img\/icon-16.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/libs\/jquery.js", "js\/mainWorker.js", "js\/libs\/html2canvas.min.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "scripting", "storage", "unlimitedStorage", "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "options_page": "option.html", "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ] } |