TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Cos'è TypeTab?
TypeTab è un'estensione di Chrome sviluppata da Max Schultz, e la sua funzione principale è "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TypeTab
Scarica i file di estensione TypeTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | giapplkalkkgdamjfbdheocincffbeka |
| URL Ufficiale | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
| Descrizione | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
| Dimensione del File | 47.97 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2013-10-13 |
| Data di Pubblicazione | 2013-10-13 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Max Schultz |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/MaxSchultz/TypeTab/ |
| Lingue Supportate | 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"
}
} | |