Upper and Lowercase Conversion(大文字・小文字変換)

ウェブページに表示中の英字をその場で大文字と小文字に変換してテキストフィールドへ表示します

What is Upper and Lowercase Conversion(大文字・小文字変換)?

Upper and Lowercase Conversion(大文字・小文字変換) is a Chrome extension developed by https://muryo-tool.net, and its main feature is "ウェブページに表示中の英字をその場で大文字と小文字に変換してテキストフィールドへ表示します".

Extension Screenshots

screenshot

Download Upper and Lowercase Conversion(大文字・小文字変換) Extension CRX File

Download Upper and Lowercase Conversion(大文字・小文字変換) 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 Upper and Lowercase Conversion(大文字・小文字変換) Upper and Lowercase Conversion(大文字・小文字変換)
ID nhcockbfmhmaoohfdoejppilofoacaok
Official URL https://chromewebstore.google.com/detail/upper-and-lowercase-conve/nhcockbfmhmaoohfdoejppilofoacaok
Description ウェブページに表示中の英字をその場で大文字と小文字に変換してテキストフィールドへ表示します
File Size 10.43 KB
Installation Count 25
Current Version 1.1
Last Updated 2015-12-04
Publish Date 2015-12-03
Rating 1.00/5 Total 1 Ratings
Developer https://muryo-tool.net
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upper and Lowercase Conversion(\u5927\u6587\u5b57\u30fb\u5c0f\u6587\u5b57\u5909\u63db)",
    "manifest_version": 2,
    "description": "\u30a6\u30a7\u30d6\u30da\u30fc\u30b8\u306b\u8868\u793a\u4e2d\u306e\u82f1\u5b57\u3092\u305d\u306e\u5834\u3067\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u306b\u5909\u63db\u3057\u3066\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3078\u8868\u793a\u3057\u307e\u3059",
    "icons": {
        "128": "uppercase-lowercase128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "version": "1.1"
}