ToggleCase Text Transformer
Text transformation tool
What is ToggleCase Text Transformer?
ToggleCase Text Transformer is a Chrome extension developed by https://togglecase.com, and its main feature is "Text transformation tool".
Extension Screenshots
Download ToggleCase Text Transformer Extension CRX File
Download ToggleCase Text Transformer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ToggleCase Text Transformer |
ID | jiigfhjhjjhclfpacagaohmbcgdgpice |
Official URL | https://chromewebstore.google.com/detail/togglecase-text-transform/jiigfhjhjjhclfpacagaohmbcgdgpice |
Description | Text transformation tool |
File Size | 21.1 KB |
Installation Count | 2,801 |
Current Version | 0.5 |
Last Updated | 2022-12-14 |
Publish Date | 2019-06-05 |
Rating | 3.75/5 Total 20 Ratings |
Developer | https://togglecase.com |
[email protected] | |
Payment Type | free |
Extension Website | http://togglecase.com |
Supported Languages | 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" ] } |