WhatFont - What html font
WhatFont helps you identify the font on a web page, html font size, color, font family
Co je WhatFont - What html font?
WhatFont - What html font je rozšíření Chrome vyvinuté fontlucker, a jeho hlavní funkcí je „WhatFont helps you identify the font on a web page, html font size, color, font family“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WhatFont - What html font
Stáhněte si soubory rozšíření WhatFont - What html font ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Easily detect any html fonts on a web page from your favorite sites using the What font chrome extension. What font chrome is very easy to use. First you need to open the page from which you need to identify the font. Then click the extension icon in your browser, hover your mouse over the text whose font you want to identify and the modal window that appears will have all the information: html font size, color, font family. WhatFont will be useful for web designers, marketers, and developers and is useful for quickly getting information about all the fonts on a web page. In the near future, we are planning to implement the function of the font identifier in the image. And the ability to download the selected font.
Základní Informace o Rozšíření
Název | WhatFont - What html font |
ID | iceonohalfbfcldenclcjafcpboiplfo |
Oficiální URL | https://chromewebstore.google.com/detail/whatfont-what-html-font/iceonohalfbfcldenclcjafcpboiplfo |
Popis | WhatFont helps you identify the font on a web page, html font size, color, font family |
Velikost souboru | 128 KB |
Počet instalací | 12,052 |
Aktuální Verze | 0.0.7 |
Poslední Aktualizace | 2022-12-16 |
Datum Vydání | 2021-02-03 |
Hodnocení | 4.77/5 Celkem 35 Hodnocení |
Vývojář | fontlucker |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s |
Podporované Jazyky | de,en,fr,es,it,pl,pt-PT,ru,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_SHORT_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "default_locale": "en", "version": "0.0.7", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js", "html2canvas.min.js" ] } ], "action": { "default_icon": "img\/icon48.png" }, "permissions": [], "host_permissions": [ " |