Backxtab
Shortcut to the last visited tabs.
Backxtab là gì?
Backxtab là một tiện ích mở rộng Chrome được phát triển bởi Damien Brunet, và tính năng chính của nó là "Shortcut to the last visited tabs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Backxtab
Tải xuống các tệp mở rộng Backxtab 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
Click the icon to select the last visited tab, click again while the counter is on to select the next-to-last one, etc... When the counter turns off, clicking the icon sends you directly to the first tab you were on before going back in time. You can customize the delay before the counter turns off: right-click the icon and choose 'options'. You can assign a keyboard shortcut to Backxtab: chrome://extensions/shortcuts Open-source: https://github.com/djrekca/Backxtab
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fnfpaldoamkghkmcdpnailhjbibfkdei |
URL Chính Thức | https://chromewebstore.google.com/detail/backxtab/fnfpaldoamkghkmcdpnailhjbibfkdei |
Mô tả | Shortcut to the last visited tabs. |
Kích Thước Tệp | 17.2 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2021-06-06 |
Ngày Phát Hành | 2019-04-26 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Damien Brunet |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "__MSG_extName__" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |