Surround it!

Simply wrap text in any brackets or parentheses.

Surround it! là gì?

Surround it! là một tiện ích mở rộng Chrome được phát triển bởi https://andret.eu, và tính năng chính của nó là "Simply wrap text in any brackets or parentheses.".

Ả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 Surround it!

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

                        This extension in based on the behavior of programming IDEs that speed up writing texts. Select the text and press the opening bracket or quotation mark, instead of replacing the text (default behavior), the text will be wrapped correctly with the selected bracket or character and the selection will persist. 

With this extension you can wrap the text with one of the possible character pair. Choose from:
- (...)
- [...]
- {...}
- <...>
- '...'
- "..."
- `...`

After pressing the first of the characters, the selected text appears in the matching brackets or string literal characters and selection remains the same. 

The extension does not store or send the selected texts.                    

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

Tên Surround it! Surround it!
ID cjelblbjilfobifendknkljagdndaipd
URL Chính Thức https://chromewebstore.google.com/detail/surround-it/cjelblbjilfobifendknkljagdndaipd
Mô tả Simply wrap text in any brackets or parentheses.
Kích Thước Tệp 44.33 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2023-06-23
Ngày Phát Hành 2021-11-08
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://andret.eu
Email [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",
    "manifest_version": 3,
    "name": "Surround it!",
    "short_name": "Surround it",
    "version": "0.2.0",
    "description": "Simply wrap text in any brackets or parentheses.",
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/",
                "http:\/\/*\/"
            ],
            "js": [
                "libs\/jquery.min.js",
                "background.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/img16.png",
        "32": "assets\/icons\/img32.png",
        "48": "assets\/icons\/img48.png",
        "128": "assets\/icons\/img128.png"
    }
}