Super Drag and Go

Super Drag and Go, plus 8 most frequently used gestures.

Super Drag and Goคืออะไร?

Super Drag and Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wenzhang Zhu และคุณลักษณะหลักของมันคือ "Super Drag and Go, plus 8 most frequently used gestures."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Drag and Go

ดาวน์โหลดไฟล์ส่วนขยาย Super Drag and Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Super drag and go plus 8 most frequently used mouse gestures using left mouse for Chrome!

★★★ Drag up means background, down means foreground.
Left-right direction means creating the tab to the left or right of current tab.

Tips:
1. You can drag and drop the selected text anywhere after you think about it. The original chrome needs to drag to the address bar. This extension saves the distance you need to drop. Drag to up means background, down means foreground. Left-right direction means creating the tab to the left or right of current tab.


2. You don’t need to select the exact link text. Just select its paragraph and drag. The extension will pick the first link inside the text and open the link.


3. If you would like to use different search engine instead of google.com. You could customize the search engine query string. Type in address bar chrome://extensions. Then click the Option for this extension. e.g, if you are using baidu, input 
https://www.baidu.com/s?ie=utf8&oe=utf8&wd=


4. You can cancel the selection by returning the mouse to near original position. The distance can be customized through option page. You can also set options to disable drag and go by holding alt or ctrl before dragging. You can also press ESC to cancel the operation.
New 2.1.0
Added two gestures: Up+Left to move to left tab, Up+Right to move to right tab.

New 2.0.5
Improved the gesture recognition. If a gesture is disabled, the gesture won't be triggered so that it won't bother the normal mouse operation.

New in 2.0

Major update in one afternoon after 10 years passed. Upgraded to match Chrome's new requirements and replaced deprecated APIs. Allowing enabling of individual gesture in option page.


New in 1.9.1
Disable gesture by default.

New in 1.9.0
Remove drag distance restriction. Upgrade to Chrome manifest version 2 to be more secure.

New in 1.8.0
Update scroll up/down to scroll to top and bottom.
Temporary suspend mouse gesture when wrong gestures are performed twice by left button. Resume if correct gestures are performed twice again. This is useful when we don't want gesture in web sites like gmail.

New in 1.7.3
Add message localization for Chinese(Simplified and Traditional).

New in 1.7.1
Add right mouse support.

New in 1.7
Fixes url pattern problem.
Cancel gesture when the mouse movements are not for gestures (3+ moves in a page after holding down left mouse).

Will have an option for right mouse user in the near future, together with changes in option page.

New in 1.6.x (Working for Chrome 5.0.371+):
Supporting mouse gestures (Please go to the option page to enable it). Six most frequently used gestures are supported with left mouse. LEFT mouse is so important for touch pad users! Left: Back; Right: Forward; Up down: Refresh; Down Right: Close; Up: Scroll up; Down: Scroll down.
(These 6 ones are my most frequently used definitions. I don't remember other gestures:) Hope you use the same way.)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Super Drag and Go Super Drag and Go
ID jaikcnhlohebodlpkmjepipngegjbfpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/super-drag-and-go/jaikcnhlohebodlpkmjepipngegjbfpg
คำอธิบาย Super Drag and Go, plus 8 most frequently used gestures.
ขนาดไฟล์ 37.56 KB
จำนวนการติดตั้ง 40,994
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2023-04-07
วันที่เผยแพร่ 2015-08-03
คะแนน 3.83/5 รวมทั้งหมด 435 คะแนน
ผู้พัฒนา Wenzhang Zhu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/wzzhu/chromedragandgo
URL หน้าช่วยเหลือ https://github.com/wzzhu/chromedragandgo
ภาษาที่รองรับ de,en,fr,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "dragandgo.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "permissions": [
                "storage",
                "cookies",
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "icons": {
        "32": "dragandgo_32x32.png",
        "48": "dragandgo_48x48.png",
        "128": "dragandgo_128x128.png"
    },
    "options_page": "options.html",
    "version": "2.1.2",
    "default_locale": "en"
}