Tap To Tab
Double-click (double tap) on a link to open it in a new Tab. Designed for tablets and laptop trackpads.
Tap To Tabคืออะไร?
Tap To Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย em_te และคุณลักษณะหลักของมันคือ "Double-click (double tap) on a link to open it in a new Tab. Designed for tablets and laptop trackpads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tap To Tab
ดาวน์โหลดไฟล์ส่วนขยาย Tap To Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Designed specifically for touch-screen tablets and laptops with trackpads (which don't have a right-click mouse button). It works similar to the "open link in new tab" option in the popup menu when you right-click on a link, but this method is faster, because right-clicking is a slow process without an external mouse. No longer will you have to hold down the button and wait for the popup menu, or perform complex mouse gestures to accomplish this seemingly common task. Just double tap or double click on the link to open it in a new tab. In the settings window you can change whether (1) tabs open at front; (2) tabs open next to current tab; (3) blacklist certain websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tap To Tab |
ID | enhajhmncplakageabmopgpodkdgcodd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tap-to-tab/enhajhmncplakageabmopgpodkdgcodd |
คำอธิบาย | Double-click (double tap) on a link to open it in a new Tab. Designed for tablets and laptop trackpads. |
ขนาดไฟล์ | 30.01 KB |
จำนวนการติดตั้ง | 6,584 |
เวอร์ชันปัจจุบัน | 0.5.5 |
อัปเดตครั้งล่าสุด | 2021-05-21 |
วันที่เผยแพร่ | 2020-05-09 |
คะแนน | 4.74/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | em_te |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.github.com/em-te |
URL หน้านโยบายความเป็นส่วนตัว | https://em-te.github.io/privacy |
ภาษาที่รองรับ | de,en,fr,nl,es,ru,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tap To Tab", "author": "Terry Yuen", "version": "0.5.5", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "icons": { "20": "openinnewtab_20.png", "48": "openinnewtab_48.png", "96": "openinnewtab_96.png", "128": "openinnewtab_128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |