Tabqueue
Handles tab activation history with a queue
What is Tabqueue?
Tabqueue is a Chrome extension developed by https://appsweets.net, and its main feature is "Handles tab activation history with a queue".
Extension Screenshots
Download Tabqueue Extension CRX File
Download Tabqueue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tabqueue manages tab activation order, so if you close a tab, the last active tab will be highlighted. This functionality is inspired by Opera 12. Tabqueue はタブの活性化の順番を管理し、タブを閉じた時に最後に選択したタブをアクティブにします。この機能は Opera 12 に影響を受けています。
Extension Basic Information
Name | |
ID | pghkhbkcicjcmgobjcgcabpmngbljill |
Official URL | https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill |
Description | Handles tab activation history with a queue |
File Size | 23.13 KB |
Installation Count | 118 |
Current Version | 2.1.0 |
Last Updated | 2023-10-24 |
Publish Date | 2016-07-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://appsweets.net |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_name__", "version": "2.1.0", "icons": { "128": "icon128.png" }, "description": "__MSG_extension_desc__", "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "homepage_url": "https:\/\/appsweets.net\/", "default_locale": "en", "options_ui": { "page": "options.html", "open_in_tab": false }, "commands": { "pop_history": { "suggested_key": "Ctrl+Comma", "description": "__MSG_pop_history_desc__" } } } |