Text Transform
Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region.
What is Text Transform?
Text Transform is a Chrome extension developed by Vasyl Shevchenko, and its main feature is "Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region.".
Extension Screenshots
Download Text Transform Extension CRX File
Download Text Transform 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
Extension for easily changes the regional texture: - lowercase - UPPERCASE - Sentence case - Titlecase Programming cases: - snake_case - SCREAMING_SNAKE - camelCase - PascalCase - kebab-case - Train-Case
Extension Basic Information
Name | Text Transform |
ID | lngoloonfgohfhnpcgkfgnfikeedbhgg |
Official URL | https://chromewebstore.google.com/detail/text-transform/lngoloonfgohfhnpcgkfgnfikeedbhgg |
Description | Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region. |
File Size | 247 KB |
Installation Count | 799 |
Current Version | 2.0 |
Last Updated | 2020-12-27 |
Publish Date | 2020-03-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Vasyl Shevchenko |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/VasylShevchenko/text-transform-extension |
Help Page URL | https://github.com/VasylShevchenko/text-transform-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text Transform", "short_name": "TT", "description": "Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region.", "version": "2.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "favicon.ico", "default_title": "Text Transform", "default_popup": "\/index.html" }, "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "assets\/styles\/*", "assets\/js\/*", "assets\/fonts\/*", "assets\/images\/*" ] } |