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

Qu'est-ce que Select like a Boss ?

Select like a Boss est une extension Chrome développée par https://lcandy2.github.io, et sa fonction principale est "With this extension, you can easily select link text just like regular text, making it easier to copy. Just Select like a Boss! ;)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Select like a Boss

Téléchargez les fichiers d'extension Select like a Boss au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Select like a Boss Select like a Boss
ID mbnnmpmcijodolgeejegcijdamonganh
URL Officiel https://chromewebstore.google.com/detail/select-like-a-boss/mbnnmpmcijodolgeejegcijdamonganh
Description With this extension, you can easily select link text just like regular text, making it easier to copy. Just Select like a Boss! ;)
Taille du Fichier 19.09 KB
Nombre d'Installations 11,185
Version Actuelle 2023 Jul 42
Dernière Mise à Jour 2023-07-20
Date de Publication 2021-09-30
Évaluation 4.82/5 Total 22 Évaluations
Développeur https://lcandy2.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lcandy2.github.io/Select-like-a-Boss
URL de la Page d'Aide https://github.com/lcandy2/Select-like-a-Boss
Langues Prises en Charge 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
}