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文件

下載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
官方網址 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
}