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