Switch To New Tab
Sets focus to newly opened tabs.
Switch To New Tabคืออะไร?
Switch To New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arctic Phoenix และคุณลักษณะหลักของมันคือ "Sets focus to newly opened tabs."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Switch To New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Switch To New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension forces Chrome to set focus to all new tabs when they are created, a behavior previously not seen when a link was forced by the user to open in a new tab. The location bar should get focus now when you open the New Tab, unless you use an addon that redirects to a different URL. Please let my know if you have any other issues with this. Tampletop, what exactly are you looking for? I'm the developer for this extension, so if I know what you want, I'll try to put it in. Paul...I'm on it!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lfpdoeknpnclenhlmblmenpafkbcgdbg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg |
คำอธิบาย | Sets focus to newly opened tabs. |
ขนาดไฟล์ | 4.39 KB |
จำนวนการติดตั้ง | 9,848 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-06-11 |
วันที่เผยแพร่ | 2018-06-11 |
คะแนน | 4.69/5 รวมทั้งหมด 104 คะแนน |
ผู้พัฒนา | Arctic Phoenix |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://groups.google.com/group/arctic-phoenix |
URL หน้าช่วยเหลือ | http://groups.google.com/group/arctic-phoenix |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Switch To New Tab", "version": "1.0", "description": "Sets focus to newly opened tabs.", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "tabs.js" ], "persistent": false } } |