TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Wat is TypeTab?
TypeTab is een Chrome-extensie ontwikkeld door Max Schultz, en de belangrijkste functie is "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie TypeTab
Download TypeTab-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
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!
Basisinformatie over de Extensie
Naam | TypeTab |
ID | giapplkalkkgdamjfbdheocincffbeka |
Officiële URL | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
Beschrijving | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
Bestandsgrootte | 47.97 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2013-10-13 |
Publicatiedatum | 2013-10-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Max Schultz |
Betalingswijze | free |
Extensiewebsite | https://github.com/MaxSchultz/TypeTab/ |
Ondersteunde Talen | 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" } } |