Tabqueue
Handles tab activation history with a queue
Tabqueueとは何ですか?
Tabqueueはhttps://appsweets.netによって開発されたChromeの拡張機能で、その主な機能は「Handles tab activation history with a queue」です。
拡張機能のスクリーンショット
Tabqueue拡張機能のCRXファイルをダウンロード
Tabqueue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 に影響を受けています。 拡張機能の基本情報
| 名前 | |
| ID | pghkhbkcicjcmgobjcgcabpmngbljill |
| 公式URL | https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill |
| 説明 | Handles tab activation history with a queue |
| ファイルサイズ | 23.13 KB |
| インストール数 | 118 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2023-10-24 |
| 公開日 | 2016-07-22 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://appsweets.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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__"
}
}
} | |