TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Was ist TypeTab?
TypeTab ist eine Chrome-Erweiterung, die von Max Schultz entwickelt wurde, und ihr Hauptmerkmal ist "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".
Erweiterungsscreenshots
TypeTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie TypeTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Only fonts with more than one type style are considered, thanks to @mattwiebe's excellent Better Google Fonts.
Big thanks to the Google Web Fonts Team and contributing type designers! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | giapplkalkkgdamjfbdheocincffbeka |
| Offizielle URL | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
| Beschreibung | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
| Dateigröße | 47.97 KB |
| Installationsanzahl | 32 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2013-10-13 |
| Veröffentlichungsdatum | 2013-10-13 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Max Schultz |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/MaxSchultz/TypeTab/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TypeTab",
"author": "https:\/\/github.com\/MaxSchultz",
"manifest_version": 2,
"version": "1.3",
"icons": {
"128": "icon_128.png"
},
"description": "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.",
"content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |