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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Select like a Boss एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}