uSuperDrag

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

uSuperDragคืออะไร?

uSuperDrag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iorate และคุณลักษณะหลักของมันคือ "Drag selected text to search for and link to open in a new tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uSuperDrag

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}