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 |
官方網址 | 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" } } |