SimpleTabOrder
A simple way to control the tab order of the browser.
SimpleTabOrder là gì?
SimpleTabOrder là một tiện ích mở rộng Chrome được phát triển bởi https://blandlifedev.blogspot.com, và tính năng chính của nó là "A simple way to control the tab order of the browser.".
Ả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 SimpleTabOrder
Tải xuống các tệp mở rộng SimpleTabOrder 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
Simple series number 5! This time its a simple tab order customizer. Features include: - change the placement of new tabs - change the tab to focus on when the active tab closes - event page enabled, only loads when needed Updated changelog is in the extension option pages. -------- Note: Though the extension still in an early stage so there may still be bugs I've missed. Please do feedback when something is not working, better if there are steps to replicate the problem. Thanks :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
URL Chính Thức | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
Mô tả | A simple way to control the tab order of the browser. |
Kích Thước Tệp | 28.03 KB |
Số Lần Cài Đặt | 4,286 |
Phiên Bản Hiện Tại | 0.5.16 |
Cập Nhật Lần Cuối | 2021-06-13 |
Ngày Phát Hành | 2018-02-13 |
Đánh Giá | 4.15/5 Tổng số 61 Đánh Giá |
Nhà Phát Triển | https://blandlifedev.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blandlifedev.blogspot.com/ |
Ngôn Ngữ Được Hỗ Trợ | de,en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimpleTabOrder", "version": "0.5.16", "manifest_version": 2, "default_locale": "en", "description": "__MSG_manifest_description__", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "tab.js", "bg.js" ], "persistent": false }, "options_page": "options.html" } |