Super Drag for Google Chrome
Super Drag enables Google Chrome to easily search and open links just using drag & drop.
Super Drag for Google Chromeคืออะไร?
Super Drag for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย universeroc และคุณลักษณะหลักของมันคือ "Super Drag enables Google Chrome to easily search and open links just using drag & drop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Drag for Google Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Super Drag for Google Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Super Drag is an amazing extension for Chrome and Chromium-based browser users. It's an extremely enhanced feature for Chrome. With Super Drag, you can never be more easily open links or searches in one web page. Just hold on your left mouse button, performing a drag-n-drop, yeah, links open in the new tab. Default new tab opened in background tab, with CTRL button holding on, drag-n-drop, your web page will be opened in an active state. The drag-to-search feature is also useful and friendly to use. Selecting the key words, then drag-n-drop the selection, it'll search them by your customized search engine. You can change the search engine by the extension popup settings. It's the minimal and simplest Chrome extension ever. Don't wait for any more, just try it right now. If you like it, please make an review 5 star, thank you! :P ============== change log ====================== *0.9.4* support youtube search *0.9.3* add you.com *0.9.2* fix https://github.com/universeroc/super-drag/issues/7 *0.9.1* fix https://github.com/universeroc/super-drag/issues/3 fix https://github.com/universeroc/super-drag/issues/4 fix https://github.com/universeroc/super-drag/issues/5 fix https://github.com/universeroc/super-drag/issues/6 * 0.8.2 * Support drag direction recognition and using dedicated search engine to search keyword * 0.4.2 * update settings ui fix some warnings add installation & issues page to collect information * 0.3.2 * fix open more than one link/search page after 0.3.1 upgrade * 0.3.1 * fix drag file into page * 0.2.2 * add more search engines: sogou, 360, yahoo, ecosia, qwant, findx, amazon new logo * 0.1.31 * fix dragging issue after dragging text * 0.1.30 * fix conflicts with Gmail or others input even handler * 0.0.30 * * Add DuckDuckGo in the search engine list * Add domain whitelist * 0.0.24 * * Add toggle button to enable/disable on current page :) * 0.0.23 * * Fix bug: Multi-selection get undefined keyword :(. * 0.0.22 * * Fix bug: Not work until setting page opened :(. * 0.0.21 * * Support tab mode setting. * 0.0.20 * * Support Yandex. * 0.0.19 * * Fix link drag-n-drop. * 0.0.18 * * Fix undefined search queries with more lines selected. * 0.0.17 * * Fix bad tab index opened with multi-browser window * 0.0.16 * * Fix youtube playlist not work
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Super Drag for Google Chrome |
ID | dlknjglebgomjjfaijjnebecgjbfjihk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/super-drag-for-google-chr/dlknjglebgomjjfaijjnebecgjbfjihk |
คำอธิบาย | Super Drag enables Google Chrome to easily search and open links just using drag & drop. |
ขนาดไฟล์ | 226 KB |
จำนวนการติดตั้ง | 26,385 |
เวอร์ชันปัจจุบัน | 0.9.4 |
อัปเดตครั้งล่าสุด | 2023-08-21 |
วันที่เผยแพร่ | 2018-09-17 |
คะแนน | 4.19/5 รวมทั้งหมด 153 คะแนน |
ผู้พัฒนา | universeroc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/universeroc/super-drag/ |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "action": { "default_icon": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "22": "icons\/icon-22.png", "256": "icons\/icon-256.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "512": "icons\/icon-512.png", "64": "icons\/icon-64.png" }, "default_popup": "settings.html" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "superdrag.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_appDesc__", "externally_connectable": { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "22": "icons\/icon-22.png", "256": "icons\/icon-256.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "512": "icons\/icon-512.png", "64": "icons\/icon-64.png" }, "incognito": "split", "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "scripting", "storage", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.4" } |