Toggle Last Tab
Toggle to your last tab using a keyboard shortcut.
What is Toggle Last Tab?
Toggle Last Tab is a Chrome extension developed by rawbytz, and its main feature is "Toggle to your last tab using a keyboard shortcut.".
Extension Screenshots
Download Toggle Last Tab Extension CRX File
Download Toggle Last Tab 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
• Supports multiple Chrome windows • Supports "Create shortcut" windows • You can click on the toolbar icon to activate too. • Lightweight, no special permissions required
Extension Basic Information
Name | Toggle Last Tab |
ID | pplmknomeoikmohcigcdbmbanedfjbff |
Official URL | https://chromewebstore.google.com/detail/toggle-last-tab/pplmknomeoikmohcigcdbmbanedfjbff |
Description | Toggle to your last tab using a keyboard shortcut. |
File Size | 12.28 KB |
Installation Count | 266 |
Current Version | 0.1.3 |
Last Updated | 2019-04-29 |
Publish Date | 2019-04-29 |
Rating | 4.25/5 Total 4 Ratings |
Developer | rawbytz |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |