Text Convert Case

Convert case, slugify data of the selected text

Text Convert Caseとは何ですか?

Text Convert CaseはGenius Lynxによって開発されたChromeの拡張機能で、その主な機能は「Convert case, slugify data of the selected text」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

拡張機能の基本情報

名前 Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
公式URL https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
説明 Convert case, slugify data of the selected text
ファイルサイズ 11.48 KB
インストール数 137
現在のバージョン 1.0.0.0
最終更新日 2021-12-10
公開日 2021-12-09
評価 3.67/5 合計 3 レビュー
開発者 Genius Lynx
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://geniuslynx.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}