Comic Trump
Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.
什么是Comic Trump?
Comic Trump是由Comic Trump开发的Chrome扩展程序,该扩展的主要功能是“Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.”。
扩展截图
下载Comic Trump扩展crx文件
下载Comic Trump扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | lgdmnanocmociokhicfnjhogmdedppnh |
官方URL | https://chromewebstore.google.com/detail/comic-trump/lgdmnanocmociokhicfnjhogmdedppnh |
简介 | Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer. |
文件大小 | 59.89 KB |
安装次数 | 38 |
当前版本 | 0.0.3 |
更新时间 | 2017-02-10 |
上架时间 | 2017-02-09 |
评分 | 5.00/5 共4次评分 |
开发者 | Comic Trump |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ReenignE", "content_scripts": [ { "css": [ "css\/comic.css" ], "run_at": "document_start", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*" ] } ], "description": "Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.", "icons": { "16": "img\/icon-16x16.png", "19": "img\/icon-19x19.png", "38": "img\/icon-38x38.png", "48": "img\/icon-48x48.png", "128": "img\/icon-128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "40", "name": "Comic Trump", "short_name": "Comic Trump", "version": "0.0.3" } |