Last Active Tabs
The fastest way to access your last five active tabs
What is Last Active Tabs?
Last Active Tabs is a Chrome extension developed by Xiaoxin, and its main feature is "The fastest way to access your last five active tabs".
Download Last Active Tabs Extension CRX File
Download Last Active Tabs 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
Extension Basic Information
Name | |
ID | iaojglmmimcoplkbfiilfgbjlefpgobh |
Official URL | https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh |
Description | The fastest way to access your last five active tabs |
File Size | 13.98 KB |
Installation Count | 96 |
Current Version | 0.0.4 |
Last Updated | 2013-07-09 |
Publish Date | 2013-07-09 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Xiaoxin |
Payment Type | free |
Extension Website | https://github.com/hyperlink/last_tab |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+L", "mac": "Alt+L", "chromeos": "Alt+L", "linux": "Alt+L" } } }, "browser_action": { "default_icon": { "19": "images\/icon-32.png", "38": "images\/icon-32.png" }, "default_title": "Last Tab", "default_popup": "popup.html" }, "permissions": [ "tabs", "chrome:\/\/favicon\/" ] } |