Excellent Selection

Transform selected text using one of several built-in filters.

Excellent Selection là gì?

Excellent Selection là một tiện ích mở rộng Chrome được phát triển bởi Travis Paul, và tính năng chính của nó là "Transform selected text using one of several built-in filters.".

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

screenshot

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

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

                        The commands listed below are added to the right-click context menu of selected text. You can enable or disable each command in the options menu as well as set a custom text selection color.

• Lowercase
• Uppercase
• Uppercase Words
• Length
• Shuffle
• Reverse
• Search and Replace
• Word Count
• Word Wrap
• Base64 Encode
• Base64 Decode
• URL Encode
• Strip Tags
• Remove Whitespace
• Format XML
• Format JSON
• Format CSS
• Format SQL
• MD5
• SHA-1
• SHA-224
• SHA-256
• SHA-384
• SHA-512
• ROT13
• Pig Latin

You can fork this extension at github: https://github.com/TravisPaul/crx-excellent-selection                    

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

Tên Excellent Selection Excellent Selection
ID enhkggpdbpffnbhbaimnpdjbmenlhmkm
URL Chính Thức https://chromewebstore.google.com/detail/excellent-selection/enhkggpdbpffnbhbaimnpdjbmenlhmkm
Mô tả Transform selected text using one of several built-in filters.
Kích Thước Tệp 82.43 KB
Số Lần Cài Đặt 419
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2017-05-22
Ngày Phát Hành 2017-05-22
Đánh Giá 3.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Travis Paul
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/TravisPaul/crx-excellent-selection
URL Trang Trợ Giúp https://github.com/TravisPaul/crx-excellent-selection/issues
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.7.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "unlimitedStorage"
    ],
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ]
        }
    ]
}