TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
What is TypeTab?
TypeTab is a Chrome extension developed by Max Schultz, and its main feature is "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".
Extension Screenshots
Download TypeTab Extension CRX File
Download TypeTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | TypeTab |
ID | giapplkalkkgdamjfbdheocincffbeka |
Official URL | 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. |
File Size | 47.97 KB |
Installation Count | 32 |
Current Version | 1.3 |
Last Updated | 2013-10-13 |
Publish Date | 2013-10-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Max Schultz |
Payment Type | free |
Extension Website | https://github.com/MaxSchultz/TypeTab/ |
Supported Languages | 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" } } |