ApexCase Capitalizer
Easily change the capitalization (case) of text on the fly.
ApexCase Capitalizer là gì?
ApexCase Capitalizer là một tiện ích mở rộng Chrome được phát triển bởi vedantpimpleycs, và tính năng chính của nó là "Easily change the capitalization (case) of text on the fly.".
Ả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 ApexCase Capitalizer
Tải xuống các tệp mở rộng ApexCase Capitalizer 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
ApexCase allows quick, easy and smooth text capitalization. It lets you easily match the intended tone and utility of the text being edited. Simply by selecting, right clicking on a block of editable text, and clicking on a menu option, the user can change the case of the text. It can handle large amounts of text and can save a lot of time. This prevents the hassle of doing it manually or finding a website that does it for you. It keeps you in the writing flow, and effectively automates the irritating work. The user can: (1) Capitalize entire selection: All alphabets (a-z) will be replaced by their respective upper case alphabets (A-Z). (2) Capitalize first letter of each word: Only the first letter of each word will be capitalized, leaving all the other characters as they are. (3) Capitalize first letter of each sentence: Only the first letter of the first word of each sentence will be capitalized, leaving all the other characters as they are. This is the generally the norm in English. (4) Lowercase the entire selection: All upper case alphabets (A-Z) will be replaced by their respective lower case alphabets (a-z). (5) Undo last action: Reverts the last action performed, along with any changes made to the text following that action. ApexCase is quick, convenient and easy to use. Consider the following examples of its use: * Convert your informal writings into something formal and presentable * Apply the right capitalization to acronyms and their full-forms in one click * Emphasize text or add emotions (happiness, excitement, anger) to your text by capitalizing entire selection Note: * The extension may not be compatible with rich-text editors/WYSIWYG editors. * Using the extension deletes the element's undo/redo history. Regardless, your previous text content can always be found in the popup window, so there is no risk of it being lost.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ApexCase Capitalizer |
ID | ijoemkoipbejbfmedlellkdidiopecfg |
URL Chính Thức | https://chromewebstore.google.com/detail/apexcase-capitalizer/ijoemkoipbejbfmedlellkdidiopecfg |
Mô tả | Easily change the capitalization (case) of text on the fly. |
Kích Thước Tệp | 15.57 KB |
Số Lần Cài Đặt | 1,275 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2020-09-04 |
Ngày Phát Hành | 2020-09-02 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | vedantpimpleycs |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ApexCase Capitalizer", "version": "0.1.1", "description": "Easily change the capitalization (case) of text on the fly.", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html" } |