Text Transform
Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region.
Co je Text Transform?
Text Transform je rozšíření Chrome vyvinuté Vasyl Shevchenko, a jeho hlavní funkcí je „Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Text Transform
Stáhněte si soubory rozšíření Text Transform ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Extension for easily changes the regional texture: - lowercase - UPPERCASE - Sentence case - Titlecase Programming cases: - snake_case - SCREAMING_SNAKE - camelCase - PascalCase - kebab-case - Train-Case
Základní Informace o Rozšíření
Název | Text Transform |
ID | lngoloonfgohfhnpcgkfgnfikeedbhgg |
Oficiální URL | https://chromewebstore.google.com/detail/text-transform/lngoloonfgohfhnpcgkfgnfikeedbhgg |
Popis | Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region. |
Velikost souboru | 247 KB |
Počet instalací | 799 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2020-12-27 |
Datum Vydání | 2020-03-29 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | Vasyl Shevchenko |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/VasylShevchenko/text-transform-extension |
URL Stránky Nápovědy | https://github.com/VasylShevchenko/text-transform-extension |
Podporované Jazyky | 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\/*" ] } |