Text Convert Case

Convert case, slugify data of the selected text

Text Convert Case là gì?

Text Convert Case là một tiện ích mở rộng Chrome được phát triển bởi Genius Lynx, và tính năng chính của nó là "Convert case, slugify data of the selected text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Text Convert Case

Tải xuống các tệp mở rộng Text Convert Case 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

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
URL Chính Thức https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
Mô tả Convert case, slugify data of the selected text
Kích Thước Tệp 11.48 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2021-12-10
Ngày Phát Hành 2021-12-09
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Genius Lynx
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://geniuslynx.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}