TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
什么是TypeTab?
TypeTab是由Max Schultz开发的Chrome扩展程序,该扩展的主要功能是“I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.”。
扩展截图
下载TypeTab扩展crx文件
下载TypeTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | TypeTab |
ID | giapplkalkkgdamjfbdheocincffbeka |
官方URL | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
简介 | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
文件大小 | 47.97 KB |
安装次数 | 32 |
当前版本 | 1.3 |
更新时间 | 2013-10-13 |
上架时间 | 2013-10-13 |
评分 | 5.00/5 共2次评分 |
开发者 | Max Schultz |
付费类型 | free |
扩展官网 | https://github.com/MaxSchultz/TypeTab/ |
支持的语言 | 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" } } |