Upper Case Detector
Highlights all upper-cased text sections of the page
What is Upper Case Detector?
Upper Case Detector is a Chrome extension developed by Cory Forsyth, and its main feature is "Highlights all upper-cased text sections of the page".
Extension Screenshots
Download Upper Case Detector Extension CRX File
Download Upper Case Detector 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
Visually highlight parts of the page that are all UPPER CASE text. This is useful as a design tool for getting a sense of the visual weight of various parts of the page.
Extension Basic Information
Name | Upper Case Detector |
ID | feplblmlbcgokeooolefhnjekoedmeio |
Official URL | https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio |
Description | Highlights all upper-cased text sections of the page |
File Size | 38.91 KB |
Installation Count | 19 |
Current Version | 1.5 |
Last Updated | 2017-02-27 |
Publish Date | 2017-02-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Cory Forsyth |
[email protected] | |
Payment Type | free |
Extension Website | http://coryforsyth.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upper Case Detector", "short_name": "Upper Case Detector", "manifest_version": 2, "version": "1.5", "description": "Highlights all upper-cased text sections of the page", "author": "Cory Forsyth", "icons": { "128": "icon-128.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "19": "icon-19.png" }, "browser_action": { "default_title": "Upper Case Detector", "default_icon": { "128": "icon-128.png", "48": "icon-48.png", "64": "icon-64.png", "32": "icon-32.png", "19": "icon-19.png" } }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persisent": false } } |