Trump in Comic Sans
Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.
What is Trump in Comic Sans?
Trump in Comic Sans is a Chrome extension developed by ljknight, and its main feature is "Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.".
Extension Screenshots
Download Trump in Comic Sans Extension CRX File
Download Trump in Comic Sans 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
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
Extension Basic Information
Name | |
ID | njnoeiehcmhiipnneiagkgifcekmjpik |
Official URL | https://chrome.google.com/webstore/detail/trump-in-comic-sans/njnoeiehcmhiipnneiagkgifcekmjpik |
Description | Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense. |
File Size | 21.95 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2017-02-13 |
Publish Date | 2017-02-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ljknight |
Payment Type | free |
Supported Languages | 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" } ] } |