ToggleCase Text Transformer
Text transformation tool
ToggleCase Text Transformerとは何ですか?
ToggleCase Text Transformerはhttps://togglecase.comによって開発されたChromeの拡張機能で、その主な機能は「Text transformation tool」です。
拡張機能のスクリーンショット
ToggleCase Text Transformer拡張機能のCRXファイルをダウンロード
ToggleCase Text Transformer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ToggleCase Text Transformer provides an quick, easy way to transform text.
Current conversion types supported:
-Toggle case (sticky caps)
-Sentence case
-Title case
-Upper case
-Lower case 拡張機能の基本情報
| 名前 | |
| ID | jiigfhjhjjhclfpacagaohmbcgdgpice |
| 公式URL | https://chromewebstore.google.com/detail/togglecase-text-transform/jiigfhjhjjhclfpacagaohmbcgdgpice |
| 説明 | Text transformation tool |
| ファイルサイズ | 21.1 KB |
| インストール数 | 2,801 |
| 現在のバージョン | 0.5 |
| 最終更新日 | 2022-12-14 |
| 公開日 | 2019-06-05 |
| 評価 | 3.75/5 合計 20 レビュー |
| 開発者 | https://togglecase.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://togglecase.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ToggleCase Text Transformer",
"description": "Text transformation tool",
"version": "0.5",
"browser_action": {
"default_icon": "icon48.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus",
"storage"
]
} | |