Switch To New Tab
Sets focus to newly opened tabs.
Switch To New Tab là gì?
Switch To New Tab là một tiện ích mở rộng Chrome được phát triển bởi Arctic Phoenix, và tính năng chính của nó là "Sets focus to newly opened tabs.".
Tải xuống tệp CRX của tiện ích mở rộng Switch To New Tab
Tải xuống các tệp mở rộng Switch To New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lfpdoeknpnclenhlmblmenpafkbcgdbg |
URL Chính Thức | https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg |
Mô tả | Sets focus to newly opened tabs. |
Kích Thước Tệp | 4.39 KB |
Số Lần Cài Đặt | 9,848 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-06-11 |
Ngày Phát Hành | 2018-06-11 |
Đánh Giá | 4.69/5 Tổng số 104 Đánh Giá |
Nhà Phát Triển | Arctic Phoenix |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://groups.google.com/group/arctic-phoenix |
URL Trang Trợ Giúp | http://groups.google.com/group/arctic-phoenix |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |