Change Case
Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case
Change Caseとは何ですか?
Change CaseはAbhishek Satreによって開発されたChromeの拡張機能で、その主な機能は「Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case」です。
拡張機能のスクリーンショット
Change Case拡張機能のCRXファイルをダウンロード
Change Case拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides multiple options to change the case of the text. You can convert text case to the following cases: 1. Sentence case 2. Lower case 3. Upper Case 4. Capitalized Case
拡張機能の基本情報
名前 | Change Case |
ID | okecofhlheppfglpgakbmhhohicoikcm |
公式URL | https://chromewebstore.google.com/detail/change-case/okecofhlheppfglpgakbmhhohicoikcm |
説明 | Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case |
ファイルサイズ | 53.23 KB |
インストール数 | 4,850 |
現在のバージョン | 1 |
最終更新日 | 2021-09-02 |
公開日 | 2019-07-20 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | Abhishek Satre |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Change Case", "description": "Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case", "version": "1", "background": { "scripts": [ "event.js" ], "persistent": false }, "icons": { "16": "icon.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [] } |