Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
Upper Lower - text case converterとは何ですか?
Upper Lower - text case converterはhttps://hectorvaldes.devによって開発されたChromeの拡張機能で、その主な機能は「Change a text to uppercase and lowercase quickly and easily」です。
拡張機能のスクリーンショット
Upper Lower - text case converter拡張機能のCRXファイルをダウンロード
Upper Lower - text case converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension is very easy to use:
- Copy a text and paste it into the extension box.
- Press the button according to how you want it (Uppercase, Lowercase, Capitalize or Capitalize All).
- The extension will automatically select the result for you to copy.
- Done, paste it wherever you want. 拡張機能の基本情報
| 名前 | |
| ID | clhpelfcjphahimcabjdabcocdnphnfe |
| 公式URL | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
| 説明 | Change a text to uppercase and lowercase quickly and easily |
| ファイルサイズ | 29.92 KB |
| インストール数 | 130 |
| 現在のバージョン | 1.4.1 |
| 最終更新日 | 2024-02-29 |
| 公開日 | 2022-07-30 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://hectorvaldes.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://hectorvaldes.dev/ |
| ヘルプページのURL | https://hectorvaldes.dev/#contacto |
| プライバシーポリシーページのURL | https://hectorvaldes.dev/privacy-policy-upper-lower |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Upper Lower - text case converter",
"description": "Change a text to uppercase and lowercase quickly and easily",
"version": "1.4.1",
"action": {
"default_popup": "popup.html",
"default_title": "Paste the text and convert it",
"default_icon": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
},
"permissions": [
"contextMenus",
"activeTab",
"scripting"
],
"icons": {
"16": "\/images\/get_started16.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
},
"background": {
"service_worker": "bg.js"
},
"manifest_version": 3,
"author": "Mushroom Dev"
} | |