Uppercaser
Uppercase your Internet. This extension converts all text to uppercase for easy reading.
What is Uppercaser?
Uppercaser is a Chrome extension developed by Brad Dwyer, and its main feature is "Uppercase your Internet. This extension converts all text to uppercase for easy reading.".
Extension Screenshots
Download Uppercaser Extension CRX File
Download Uppercaser 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
Extension Basic Information
Name | Uppercaser |
ID | nlcgokmajceomhohjgojcddbncglgeob |
Official URL | https://chromewebstore.google.com/detail/uppercaser/nlcgokmajceomhohjgojcddbncglgeob |
Description | Uppercase your Internet. This extension converts all text to uppercase for easy reading. |
File Size | 5.41 KB |
Installation Count | 43 |
Current Version | 2.0 |
Last Updated | 2013-05-06 |
Publish Date | 2013-05-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Brad Dwyer |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uppercaser", "description": "Uppercase your Internet. This extension converts all text to uppercase for easy reading.", "version": "2.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "uppercase.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |