Toggle Last Tab
Toggle to your last tab using a keyboard shortcut.
Toggle Last Tabとは何ですか?
Toggle Last Tabはrawbytzによって開発されたChromeの拡張機能で、その主な機能は「Toggle to your last tab using a keyboard shortcut.」です。
拡張機能のスクリーンショット
Toggle Last Tab拡張機能のCRXファイルをダウンロード
Toggle Last Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
• Supports multiple Chrome windows • Supports "Create shortcut" windows • You can click on the toolbar icon to activate too. • Lightweight, no special permissions required
拡張機能の基本情報
名前 | Toggle Last Tab |
ID | pplmknomeoikmohcigcdbmbanedfjbff |
公式URL | https://chromewebstore.google.com/detail/toggle-last-tab/pplmknomeoikmohcigcdbmbanedfjbff |
説明 | Toggle to your last tab using a keyboard shortcut. |
ファイルサイズ | 12.28 KB |
インストール数 | 266 |
現在のバージョン | 0.1.3 |
最終更新日 | 2019-04-29 |
公開日 | 2019-04-29 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | rawbytz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle Last Tab", "version": "0.1.3", "description": "Toggle to your last tab using a keyboard shortcut.", "browser_action": { "default_icon": "TLT_128.png", "default_title": "Toggle Last Tab" }, "icons": { "128": "TLT_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Q" } } }, "manifest_version": 2 } |