Comic Sans Extension
Changes all text on all webpages into Comic Sans
What is Comic Sans Extension?
Comic Sans Extension is a Chrome extension developed by Unknown, and its main feature is "Changes all text on all webpages into Comic Sans".
Download Comic Sans Extension Extension CRX File
Download Comic Sans Extension 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
Changes the font of all text on webpages to Comic Sans. Requires the Comic Sans MS font to be installed on the computer.
Extension Basic Information
Name | Comic Sans Extension |
ID | nggdcfbpffpkplofnojgbdmdphmkjcbn |
Official URL | https://chromewebstore.google.com/detail/comic-sans-extension/nggdcfbpffpkplofnojgbdmdphmkjcbn |
Description | Changes all text on all webpages into Comic Sans |
File Size | 3.27 KB |
Installation Count | 354 |
Current Version | 1.0.0 |
Last Updated | 2017-09-10 |
Publish Date | 2017-09-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comic Sans Extension", "description": "Changes all text on all webpages into Comic Sans", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*\/*" ] } |