uSuperDrag

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

uSuperDragとは何ですか?

uSuperDragはiorateによって開発されたChromeの拡張機能で、その主な機能は「Drag selected text to search for and link to open in a new tab」です。

拡張機能のスクリーンショット

screenshot

uSuperDrag拡張機能のCRXファイルをダウンロード

uSuperDrag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 uSuperDrag uSuperDrag
ID liikkibjjbncmbpjebipicodoegpcael
公式URL https://chromewebstore.google.com/detail/usuperdrag/liikkibjjbncmbpjebipicodoegpcael
説明 Drag selected text to search for and link to open in a new tab
ファイルサイズ 18.29 KB
インストール数 1,260
現在のバージョン 1.2.7
最終更新日 2022-05-07
公開日 2018-06-30
評価 4.09/5 合計 11 レビュー
開発者 iorate
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/iorate/uSuperDrag
プライバシーポリシーページのURL https://iorate.github.io/ublacklist/privacy-policy
対応言語 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"
    }
}