Convert Text
Allows you to convert text from a context menu.
Convert Text là gì?
Convert Text là một tiện ích mở rộng Chrome được phát triển bởi becca.ooo, và tính năng chính của nó là "Allows you to convert text from a context menu.".
Ả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 Text
Tải xuống các tệp mở rộng Convert Text 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
Converts case of any editable, selected text, or the entire input area if no text is selected. Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Convert Text |
ID | mcpglhjaahelnpjalcaeecgkjhkpokdn |
URL Chính Thức | https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn |
Mô tả | Allows you to convert text from a context menu. |
Kích Thước Tệp | 18.15 KB |
Số Lần Cài Đặt | 459 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2015-05-22 |
Ngày Phát Hành | 2015-05-22 |
Đánh Giá | 3.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | becca.ooo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text", "short_name": "Convert Text", "version": "1.1.0", "author": "9999yea.rs", "description": "Allows you to convert text from a context menu.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "offline_enabled": true } |