Trumpsans

This extension applies a font much more suitable for President Trump's tweets

Trumpsansとは何ですか?

Trumpsansはhttp://sites.google.com/site/ccrabbによって開発されたChromeの拡張機能で、その主な機能は「This extension applies a font much more suitable for President Trump's tweets」です。

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

screenshot

Trumpsans拡張機能のCRXファイルをダウンロード

Trumpsans拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        View Donald Trump's tweets in a font that better fits the statesmanship of their contents. Comic sans.

Icon photo by Gage Skidmore.                    

拡張機能の基本情報

名前 Trumpsans Trumpsans
ID mofenaejpbbgffcaekegndfnjnffdiki
公式URL https://chrome.google.com/webstore/detail/trumpsans/mofenaejpbbgffcaekegndfnjnffdiki
説明 This extension applies a font much more suitable for President Trump's tweets
ファイルサイズ 3.2 KB
インストール数 13
現在のバージョン 1.0
最終更新日 2017-02-09
公開日 2017-02-09
評価 5.00/5 合計 6 レビュー
開発者 http://sites.google.com/site/ccrabb
支払い方法 free
拡張機能のウェブサイト https://github.com/ccrabb/Trumpsans
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpsans",
    "description": "This extension applies a font much more suitable for President Trump's tweets",
    "version": "1.0",
    "permissions": [
        "https:\/\/twitter.com\/",
        "http:\/\/twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}