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
Eメール [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
    }
}