Uppercaser

Uppercase your Internet. This extension converts all text to uppercase for easy reading.

Uppercaserとは何ですか?

UppercaserはBrad Dwyerによって開発されたChromeの拡張機能で、その主な機能は「Uppercase your Internet. This extension converts all text to uppercase for easy reading.」です。

拡張機能のスクリーンショット

screenshot

Uppercaser拡張機能のCRXファイルをダウンロード

Uppercaser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Uppercaser Uppercaser
ID nlcgokmajceomhohjgojcddbncglgeob
公式URL https://chromewebstore.google.com/detail/uppercaser/nlcgokmajceomhohjgojcddbncglgeob
説明 Uppercase your Internet. This extension converts all text to uppercase for easy reading.
ファイルサイズ 5.41 KB
インストール数 43
現在のバージョン 2.0
最終更新日 2013-05-06
公開日 2013-05-06
評価 5.00/5 合計 2 レビュー
開発者 Brad Dwyer
支払い方法 free
対応言語 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"
    }
}