Convert Case Menu
On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
Convert Case Menuคืออะไร?
Convert Case Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://convertcase.net และคุณลักษณะหลักของมันคือ "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convert Case Menu
ดาวน์โหลดไฟล์ส่วนขยาย Convert Case Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | neineehhbgjpcmlokkckgcengmgngnii |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii |
คำอธิบาย | On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab. |
ขนาดไฟล์ | 5.92 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 2.0.3 |
อัปเดตครั้งล่าสุด | 2016-03-15 |
วันที่เผยแพร่ | 2016-03-15 |
คะแนน | 1.94/5 รวมทั้งหมด 48 คะแนน |
ผู้พัฒนา | https://convertcase.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://convertcase.net/ |
URL หน้าช่วยเหลือ | http://jasongillyon.co.uk/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://convertcase.net/privacy |
ภาษาที่รองรับ | 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" } } |