Upper Case Detector

Highlights all upper-cased text sections of the page

什么是Upper Case Detector?

Upper Case Detector是由Cory Forsyth开发的Chrome扩展程序,该扩展的主要功能是“Highlights all upper-cased text sections of the page”。

扩展截图

screenshot
screenshot

下载Upper Case Detector扩展crx文件

下载Upper Case Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Upper Case Detector Upper Case Detector
ID feplblmlbcgokeooolefhnjekoedmeio
官方URL https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio
简介 Highlights all upper-cased text sections of the page
文件大小 38.91 KB
安装次数 19
当前版本 1.5
更新时间 2017-02-27
上架时间 2017-02-27
评分 5.00/5 共1次评分
开发者 Cory Forsyth
电子邮箱 [email protected]
付费类型 free
扩展官网 http://coryforsyth.com/
支持的语言 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
    }
}