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 là gì?
Convert Case Menu là một tiện ích mở rộng Chrome được phát triển bởi https://convertcase.net, và tính năng chính của nó là "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Convert Case Menu
Tải xuống các tệp mở rộng Convert Case Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | neineehhbgjpcmlokkckgcengmgngnii |
URL Chính Thức | https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii |
Mô tả | On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab. |
Kích Thước Tệp | 5.92 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2016-03-15 |
Ngày Phát Hành | 2016-03-15 |
Đánh Giá | 1.94/5 Tổng số 48 Đánh Giá |
Nhà Phát Triển | https://convertcase.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://convertcase.net/ |
URL Trang Trợ Giúp | http://jasongillyon.co.uk/contact |
URL Trang Chính Sách Bảo Mật | https://convertcase.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |