Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Open New Tab After Current Tabคืออะไร?
Open New Tab After Current Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arnaudligny.fr และคุณลักษณะหลักของมันคือ "Opens new tab after the active tab, instead of last position."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open New Tab After Current Tab
ดาวน์โหลดไฟล์ส่วนขยาย Open New Tab After Current Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By default a new tab is opened at the end of the row of tabs, but it's not intuitive: with this extension a new tab opened with the keyboard shortcut (⌘ Cmd+T) or with the "plus" button will be opened just after the current active tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
คำอธิบาย | Opens new tab after the active tab, instead of last position. |
ขนาดไฟล์ | 12.24 KB |
จำนวนการติดตั้ง | 5,147 |
เวอร์ชันปัจจุบัน | 0.4.7 |
อัปเดตครั้งล่าสุด | 2024-01-17 |
วันที่เผยแพร่ | 2020-01-20 |
คะแนน | 4.41/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | https://arnaudligny.fr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
URL หน้าช่วยเหลือ | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open New Tab After Current Tab", "version": "0.4.7", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/dev.ligny.org\/Open-New-Tab-After-Current-Tab\/", "author": "Arnaud Ligny", "manifest_version": 2, "minimum_chrome_version": "52", "default_locale": "en", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |