Convert Case Menu
On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
Apa itu Convert Case Menu?
Convert Case Menu adalah ekstensi Chrome yang dikembangkan oleh https://convertcase.net, dan fitur utamanya adalah "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Convert Case Menu
Unduh file ekstensi Convert Case Menu 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
Are people always annoying you on forums and writing in UPPER CASE for no reason? Perhaps they didn't mean to shout or their caps lock is just broken? Convert Case can convert your text to a more readable and calming case in a couple of clicks. This extension adds a right click menu when you select text to let you easily convert it to a more readable format with results opening in a new tab Note: this does NOT convert text directly on the page, it takes you to the Convert Case site to show the results automatically. If you have any feedback or problems please contact me through the support link on the details tab of this page rather than leaving a bad review without giving me the chance to help you.
Informasi Dasar Ekstensi
Nama | |
ID | neineehhbgjpcmlokkckgcengmgngnii |
URL Resmi | https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii |
Deskripsi | On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab. |
Ukuran File | 5.92 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 2.0.3 |
Terakhir Diperbarui | 2016-03-15 |
Tanggal Publikasi | 2016-03-15 |
Penilaian | 1.94/5 Total 48 Penilaian |
Pengembang | https://convertcase.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://convertcase.net/ |
URL Halaman Bantuan | http://jasongillyon.co.uk/contact |
URL Halaman Kebijakan Privasi | https://convertcase.net/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "Convert Case Menu", "short_name": "Convert Case", "description": "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.", "version": "2.0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "activeTab", "https:\/\/convertcase.net\/*" ], "browser_action": { "default_title": "Convert Case" } } |