TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Qu'est-ce que TypeTab ?
TypeTab est une extension Chrome développée par Max Schultz, et sa fonction principale est "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TypeTab
Téléchargez les fichiers d'extension TypeTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | TypeTab |
ID | giapplkalkkgdamjfbdheocincffbeka |
URL Officiel | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
Description | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
Taille du Fichier | 47.97 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-10-13 |
Date de Publication | 2013-10-13 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Max Schultz |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MaxSchultz/TypeTab/ |
Langues Prises en Charge | 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" } } |