uSuperDrag

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

uSuperDrag là gì?

uSuperDrag là một tiện ích mở rộng Chrome được phát triển bởi iorate, và tính năng chính của nó là "Drag selected text to search for and link to open in a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng uSuperDrag

Tải xuống các tệp mở rộng uSuperDrag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên uSuperDrag uSuperDrag
ID liikkibjjbncmbpjebipicodoegpcael
URL Chính Thức https://chromewebstore.google.com/detail/usuperdrag/liikkibjjbncmbpjebipicodoegpcael
Mô tả Drag selected text to search for and link to open in a new tab
Kích Thước Tệp 18.29 KB
Số Lần Cài Đặt 1,260
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2022-05-07
Ngày Phát Hành 2018-06-30
Đánh Giá 4.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển iorate
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/iorate/uSuperDrag
URL Trang Chính Sách Bảo Mật https://iorate.github.io/ublacklist/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}