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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |