Text Transform
Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region.
Cos'è Text Transform?
Text Transform è un'estensione di Chrome sviluppata da Vasyl Shevchenko, e la sua funzione principale è "Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text Transform
Scarica i file di estensione Text Transform in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension for easily changes the regional texture: - lowercase - UPPERCASE - Sentence case - Titlecase Programming cases: - snake_case - SCREAMING_SNAKE - camelCase - PascalCase - kebab-case - Train-Case
Informazioni di Base sull'Estensione
Nome | Text Transform |
ID | lngoloonfgohfhnpcgkfgnfikeedbhgg |
URL Ufficiale | https://chromewebstore.google.com/detail/text-transform/lngoloonfgohfhnpcgkfgnfikeedbhgg |
Descrizione | Easily changes the regional texture: lower region, UPPER REGISTER, change of capital letters in review on the upper region. |
Dimensione del File | 247 KB |
Conteggio Installazioni | 799 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2020-12-27 |
Data di Pubblicazione | 2020-03-29 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Vasyl Shevchenko |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/VasylShevchenko/text-transform-extension |
URL della Pagina di Aiuto | https://github.com/VasylShevchenko/text-transform-extension |
Lingue Supportate | 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\/*" ] } |