uSuperDrag

Drag selected text to search for and link to open in a new tab

Qu'est-ce que uSuperDrag ?

uSuperDrag est une extension Chrome développée par iorate, et sa fonction principale est "Drag selected text to search for and link to open in a new tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension uSuperDrag

Téléchargez les fichiers d'extension uSuperDrag 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

                        This Chrome extension provides "Super Drag" for selected text and link. If you drag-and-drop selected text or link, it will be searched for by the specified search engine (default: Google) or opened in a new tab, respectively.

In addition, this extension enables us to drag link text horizontally and select it, just like Presto Opera.                    

Informations de Base sur l'Extension

Nom uSuperDrag uSuperDrag
ID liikkibjjbncmbpjebipicodoegpcael
URL Officiel https://chromewebstore.google.com/detail/usuperdrag/liikkibjjbncmbpjebipicodoegpcael
Description Drag selected text to search for and link to open in a new tab
Taille du Fichier 18.29 KB
Nombre d'Installations 1,260
Version Actuelle 1.2.7
Dernière Mise à Jour 2022-05-07
Date de Publication 2018-06-30
Évaluation 4.09/5 Total 11 Évaluations
Développeur iorate
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/iorate/uSuperDrag
URL de la Page de Politique de Confidentialité https://iorate.github.io/ublacklist/privacy-policy
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.2.7",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "eventpage.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    }
}