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은(는) https://lcandy2.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Select like a Boss 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}