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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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"
    }
}