What Font
The easiest way to check fonts on web pages
Cos'è What Font?
What Font è un'estensione di Chrome sviluppata da tomxuxu, e la sua funzione principale è "The easiest way to check fonts on web pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione What Font
Scarica i file di estensione What Font 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
字体探测可以非常快速的识别网站所用的字体,只需把鼠标放在需要识别的字体上,就可以显示出该处字的详细信息 Informazioni di Base sull'Estensione
| Nome | |
| ID | ofjeanmickkjincopmpbfkciiookidha |
| URL Ufficiale | https://chromewebstore.google.com/detail/what-font/ofjeanmickkjincopmpbfkciiookidha |
| Descrizione | The easiest way to check fonts on web pages |
| Dimensione del File | 111 KB |
| Conteggio Installazioni | 1,449 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2021-07-13 |
| Data di Pubblicazione | 2021-06-28 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | tomxuxu |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://pictureknow.com/protocol |
| Lingue Supportate | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "2.0.0",
"description": "__MSG_desc__",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/init.js",
"js\/font_content.js",
"js\/jquery.min.js"
],
"css": [
"css\/font_content.css"
]
}
],
"background": {
"scripts": [
"js\/init.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon128.png",
"default_title": "__MSG_name__"
},
"permissions": [
"proxy",
"webRequest",
"storage",
" | |