Font Tester
Preview your webpage with Google Fonts
Wat is Font Tester?
Font Tester is een Chrome-extensie ontwikkeld door hkphillips42, en de belangrijkste functie is "Preview your webpage with Google Fonts".
Extensie Screenshots
Download het CRX-bestand van de extensie Font Tester
Download Font Tester-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | imccahjhfnnifmcmfelbcijnilebgggg |
| Officiële URL | https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg |
| Beschrijving | Preview your webpage with Google Fonts |
| Bestandsgrootte | 297 KB |
| Aantal Installaties | 63 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2023-05-05 |
| Publicatiedatum | 2023-05-05 |
| Ontwikkelaar | hkphillips42 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/hunterphillips/font-tester |
| Ondersteunde Talen | 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"
}
} | |