Trump in Comic Sans

Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.

什么是Trump in Comic Sans?

Trump in Comic Sans是由ljknight开发的Chrome扩展程序,该扩展的主要功能是“Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.”。

扩展截图

screenshot
screenshot

下载Trump in Comic Sans扩展crx文件

下载Trump in Comic Sans扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Read Donald Trump's nonsensical tweets in the way they were supposed to be written, in Comic Sans. This covers his Twitter timeline, retweets and embedded tweets. Works even better with my other extension, Donald Trump is Horsey McSnuffles: https://chrome.google.com/webstore/detail/donald-trump-is-horsey-mc/jhdanapbpfgeibpmaciiefhpbbengmak                    

扩展基本信息

名称 Trump in Comic Sans Trump in Comic Sans
ID njnoeiehcmhiipnneiagkgifcekmjpik
官方URL https://chrome.google.com/webstore/detail/trump-in-comic-sans/njnoeiehcmhiipnneiagkgifcekmjpik
简介 Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.
文件大小 21.95 KB
安装次数 37
当前版本 1.0
更新时间 2017-02-13
上架时间 2017-02-13
评分 5.00/5 共3次评分
开发者 ljknight
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump in Comic Sans",
    "author": "Laura Knight",
    "version": "1.0",
    "description": "Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}