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คืออะไร?

Select like a Boss เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lcandy2.github.io และคุณลักษณะหลักของมันคือ "With this extension, you can easily select link text just like regular text, making it easier to copy. Just Select like a Boss! ;)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Select like a Boss

ดาวน์โหลดไฟล์ส่วนขยาย Select like a Boss ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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! :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Select like a Boss Select like a Boss
ID mbnnmpmcijodolgeejegcijdamonganh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/select-like-a-boss/mbnnmpmcijodolgeejegcijdamonganh
คำอธิบาย With this extension, you can easily select link text just like regular text, making it easier to copy. Just Select like a Boss! ;)
ขนาดไฟล์ 19.09 KB
จำนวนการติดตั้ง 11,185
เวอร์ชันปัจจุบัน 2023 Jul 42
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2021-09-30
คะแนน 4.82/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://lcandy2.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lcandy2.github.io/Select-like-a-Boss
URL หน้าช่วยเหลือ https://github.com/lcandy2/Select-like-a-Boss
ภาษาที่รองรับ 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
}