Convert Case Menu

On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.

Convert Case Menuとは何ですか?

Convert Case Menuはhttps://convertcase.netによって開発されたChromeの拡張機能で、その主な機能は「On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Are people always annoying you on forums and writing in UPPER CASE for no reason? Perhaps they didn't mean to shout or their caps lock is just broken? Convert Case can convert your text to a more readable and calming case in a couple of clicks.

This extension adds a right click menu when you select text to let you easily convert it to a more readable format with results opening in a new tab

Note: this does NOT convert text directly on the page, it takes you to the Convert Case site to show the results automatically.

If you have any feedback or problems please contact me through the support link on the details tab of this page rather than leaving a bad review without giving me the chance to help you.                    

拡張機能の基本情報

名前 Convert Case Menu Convert Case Menu
ID neineehhbgjpcmlokkckgcengmgngnii
公式URL https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii
説明 On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
ファイルサイズ 5.92 KB
インストール数 1,000
現在のバージョン 2.0.3
最終更新日 2016-03-15
公開日 2016-03-15
評価 1.94/5 合計 48 レビュー
開発者 https://convertcase.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://convertcase.net/
ヘルプページのURL http://jasongillyon.co.uk/contact
プライバシーポリシーページのURL https://convertcase.net/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "Convert Case Menu",
    "short_name": "Convert Case",
    "description": "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.",
    "version": "2.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/convertcase.net\/*"
    ],
    "browser_action": {
        "default_title": "Convert Case"
    }
}