Font Tester
Preview your webpage with Google Fonts
Co to jest Font Tester?
Font Tester to rozszerzenie Chrome opracowane przez hkphillips42, a jego główną funkcją jest „Preview your webpage with Google Fonts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Font Tester
Pobierz pliki rozszerzeń Font Tester w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.
Podstawowe informacje o rozszerzeniu
Nazwa | Font Tester |
ID | imccahjhfnnifmcmfelbcijnilebgggg |
Oficjalny URL | https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg |
Opis | Preview your webpage with Google Fonts |
Rozmiar pliku | 297 KB |
Liczba instalacji | 63 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2023-05-05 |
Data Publikacji | 2023-05-05 |
Deweloper | hkphillips42 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/hunterphillips/font-tester |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Font Tester", "description": "Preview your webpage with Google Fonts", "version": "0.0.1", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |