Text Convert Case
Convert case, slugify data of the selected text
Apa itu Text Convert Case?
Text Convert Case adalah ekstensi Chrome yang dikembangkan oleh Genius Lynx, dan fitur utamanya adalah "Convert case, slugify data of the selected text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Text Convert Case
Unduh file ekstensi Text Convert Case dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text. Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.
Informasi Dasar Ekstensi
Nama | Text Convert Case |
ID | kledidppeblnjfclciibeaebnnlopgdm |
URL Resmi | https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm |
Deskripsi | Convert case, slugify data of the selected text |
Ukuran File | 11.48 KB |
Jumlah Instalasi | 137 |
Versi Saat Ini | 1.0.0.0 |
Terakhir Diperbarui | 2021-12-10 |
Tanggal Publikasi | 2021-12-09 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Genius Lynx |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://geniuslynx.com/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Convert Case", "version": "1.0.0.0", "author": "Genius Lynx", "description": "Convert case, slugify data of the selected text", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Text Convert Case" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "script.js" ] }, "manifest_version": 2 } |