Trumpsans
This extension applies a font much more suitable for President Trump's tweets
What is Trumpsans?
Trumpsans is a Chrome extension developed by http://sites.google.com/site/ccrabb, and its main feature is "This extension applies a font much more suitable for President Trump's tweets".
Extension Screenshots
Download Trumpsans Extension CRX File
Download Trumpsans extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
View Donald Trump's tweets in a font that better fits the statesmanship of their contents. Comic sans. Icon photo by Gage Skidmore.
Extension Basic Information
Name | |
ID | mofenaejpbbgffcaekegndfnjnffdiki |
Official URL | https://chrome.google.com/webstore/detail/trumpsans/mofenaejpbbgffcaekegndfnjnffdiki |
Description | This extension applies a font much more suitable for President Trump's tweets |
File Size | 3.2 KB |
Installation Count | 13 |
Current Version | 1.0 |
Last Updated | 2017-02-09 |
Publish Date | 2017-02-09 |
Rating | 5.00/5 Total 6 Ratings |
Developer | http://sites.google.com/site/ccrabb |
Payment Type | free |
Extension Website | https://github.com/ccrabb/Trumpsans |
Supported Languages | 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" ] } ] } |