uSuperDrag

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

Apa itu uSuperDrag?

uSuperDrag adalah ekstensi Chrome yang dikembangkan oleh iorate, dan fitur utamanya adalah "Drag selected text to search for and link to open in a new tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi uSuperDrag

Unduh file ekstensi uSuperDrag dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama uSuperDrag uSuperDrag
ID liikkibjjbncmbpjebipicodoegpcael
URL Resmi https://chromewebstore.google.com/detail/usuperdrag/liikkibjjbncmbpjebipicodoegpcael
Deskripsi Drag selected text to search for and link to open in a new tab
Ukuran File 18.29 KB
Jumlah Instalasi 1,260
Versi Saat Ini 1.2.7
Terakhir Diperbarui 2022-05-07
Tanggal Publikasi 2018-06-30
Penilaian 4.09/5 Total 11 Penilaian
Pengembang iorate
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/iorate/uSuperDrag
URL Halaman Kebijakan Privasi https://iorate.github.io/ublacklist/privacy-policy
Bahasa yang Didukung 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"
    }
}