WhatTheFont
Identify the fonts and typefaces in a web page.
Co je WhatTheFont?
WhatTheFont je rozšíření Chrome vyvinuté s.c.leblanc01, a jeho hlavní funkcí je „Identify the fonts and typefaces in a web page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WhatTheFont
Stáhněte si soubory rozšíření WhatTheFont 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í
A simple extension that displays all of the font families used on a particular page. This is an Alpha release, so please report any issues. Future features: Hover a font name in the popup and see the corresponding text on the page highlighted. Link to font download/view page if possible. Preview font in popup. Thanks! Figured I should include this: I'm not in any way associated with the websites that may appear in screenshots, promotional tiles, etc. These are purely for extension demonstration purposes. If you see your site here and wish for it to be taken down, please contact me, it's no trouble at all.
Základní Informace o Rozšíření
Název | |
ID | ncfhbklmoclkdkbjcjefomllchnakndl |
Oficiální URL | https://chrome.google.com/webstore/detail/whatthefont/ncfhbklmoclkdkbjcjefomllchnakndl |
Popis | Identify the fonts and typefaces in a web page. |
Velikost souboru | 8.23 KB |
Počet instalací | 10,000 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2015-11-03 |
Datum Vydání | 2015-11-03 |
Hodnocení | 3.14/5 Celkem 7 Hodnocení |
Vývojář | s.c.leblanc01 |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatTheFont", "version": "0.0.1", "description": "Identify the fonts and typefaces in a web page.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "48": "icon.png" } } |