Select like a Boss

With this extension, you can easily select link text just like regular text, making it easier to copy. Just Select like a Boss! ;)

Select like a Boss là gì?

Select like a Boss là một tiện ích mở rộng Chrome được phát triển bởi https://lcandy2.github.io, và tính năng chính của nó là "With this extension, you can easily select link text just like regular text, making it easier to copy. Just Select like a Boss! ;)".

Ả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 Select like a Boss

Tải xuống các tệp mở rộng Select like a Boss 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

                        Select like a Boss is a browser extension that allows you to easily select link text just like regular text, making it easier to copy. With this extension, you can quickly select and copy link text without the hassle of selecting the surrounding elements.

 • when you want to select link or part of link ↔ just select it like a regular text.
 • when you want to drag link ↕ drag it up or down.

Works on all web pages.

 Enjoy! :)                    

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

Tên Select like a Boss Select like a Boss
ID mbnnmpmcijodolgeejegcijdamonganh
URL Chính Thức https://chromewebstore.google.com/detail/select-like-a-boss/mbnnmpmcijodolgeejegcijdamonganh
Mô tả With this extension, you can easily select link text just like regular text, making it easier to copy. Just Select like a Boss! ;)
Kích Thước Tệp 19.09 KB
Số Lần Cài Đặt 11,185
Phiên Bản Hiện Tại 2023 Jul 42
Cập Nhật Lần Cuối 2023-07-20
Ngày Phát Hành 2021-09-30
Đánh Giá 4.82/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://lcandy2.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lcandy2.github.io/Select-like-a-Boss
URL Trang Trợ Giúp https://github.com/lcandy2/Select-like-a-Boss
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Select like a Boss",
    "short_name": "Select bossily",
    "version": "2023.7.42",
    "description": "With this extension, you can easily select link text just like regular text, making it easier to copy. Just Select like a Boss! ;)",
    "author": "lcandy2",
    "homepage_url": "https:\/\/github.com\/lcandy2\/Select-like-a-Boss",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "help.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end",
            "js": [
                "Select-like-a-Boss.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version_name": "2023 Jul 42",
    "offline_enabled": true
}