uSuperDrag

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

What is uSuperDrag?

uSuperDrag is a Chrome extension developed by iorate, and its main feature is "Drag selected text to search for and link to open in a new tab".

Extension Screenshots

screenshot

Download uSuperDrag Extension CRX File

Download uSuperDrag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name uSuperDrag uSuperDrag
ID liikkibjjbncmbpjebipicodoegpcael
Official URL https://chromewebstore.google.com/detail/usuperdrag/liikkibjjbncmbpjebipicodoegpcael
Description Drag selected text to search for and link to open in a new tab
File Size 18.29 KB
Installation Count 1,260
Current Version 1.2.7
Last Updated 2022-05-07
Publish Date 2018-06-30
Rating 4.09/5 Total 11 Ratings
Developer iorate
Email [email protected]
Payment Type free
Extension Website https://github.com/iorate/uSuperDrag
Privacy Policy Page URL https://iorate.github.io/ublacklist/privacy-policy
Supported Languages 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"
    }
}