Comic Sans Twitter
Show all tweets in Comic Sans font
What is Comic Sans Twitter?
Comic Sans Twitter is a Chrome extension developed by katystreet, and its main feature is "Show all tweets in Comic Sans font".
Extension Screenshots
Download Comic Sans Twitter Extension CRX File
Download Comic Sans Twitter 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
Make all your tweets Comic Sans.
Extension Basic Information
Name | ![]() |
ID | hamipdmocohimjhohllchgclheibnkfn |
Official URL | https://chrome.google.com/webstore/detail/comic-sans-twitter/hamipdmocohimjhohllchgclheibnkfn |
Description | Show all tweets in Comic Sans font |
File Size | 134 KB |
Installation Count | 19 |
Current Version | 0.0.2 |
Last Updated | 2018-12-17 |
Publish Date | 2018-12-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | katystreet |
Payment Type | free |
Extension Website | http://www.katygero.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Sans Twitter", "version": "0.0.2", "description": "Show all tweets in Comic Sans font", "permissions": [ "*:\/\/*.twitter.com\/*" ], "icons": { "16": "images\/noun_turtle_transparent_cropped_16.png", "32": "images\/noun_turtle_transparent_cropped_32.png", "48": "images\/noun_turtle_transparent_cropped_48.png", "128": "images\/noun_turtle_transparent_cropped_128.png" }, "browser_action": { "default_icon": "images\/noun_turtle_transparent_cropped_32.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |