LazyTabs : Tab Manager for lazy people
Quickly select,delete and switch tabs
What is LazyTabs : Tab Manager for lazy people?
LazyTabs : Tab Manager for lazy people is a Chrome extension developed by Piyush, and its main feature is "Quickly select,delete and switch tabs".
Extension Screenshots
Download LazyTabs : Tab Manager for lazy people Extension CRX File
Download LazyTabs : Tab Manager for lazy people 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
Are you? * Tired of switching between multiple chrome windows & tabs * Tired of deleting one tab at a time * Tired of slow, sluggish chrome With LazyTabs you can: * in 1 click switch between tabs across many windows * in 1 click Delete multiple tabs once * in few clicks make chrome run faster Features Multi Tab switcher Multi tab select and delete Easy, fast and free Does not require/store any private data How to: Open: Alt + O Select Tab(s) : Click Left Mouse Button OR press Up/Down Open Tab : Click Open OR press Enter key Close Tab(s) : Click Close Tabs OR press Delete key Select All/None : Click Select All OR press Ctrl+A key Select Multiple Tab(s) : Press Shift key
Extension Basic Information
Name | |
ID | ifaekdppijdbehkegdlbpkicpkmlgabf |
Official URL | https://chrome.google.com/webstore/detail/lazytabs-tab-manager-for/ifaekdppijdbehkegdlbpkicpkmlgabf |
Description | Quickly select,delete and switch tabs |
File Size | 1.48 MB |
Installation Count | 129 |
Current Version | 0.1.1 |
Last Updated | 2016-10-26 |
Publish Date | 2016-10-26 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Piyush |
Payment Type | free |
Extension Website | http://www.piyushtripathi.com |
Privacy Policy Page URL | http://www.piyushtripathi.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LazyTabs : Tab Manager for lazy people", "version": "0.1.1", "manifest_version": 2, "description": "Quickly select,delete and switch tabs", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ifaekdppijdbehkegdlbpkicpkmlgabf\/", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/logo16.png", "default_title": "LazyTabs", "default_popup": "src\/browser_action\/browser_action.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+O", "mac": "Alt+O", "chromeos": "Alt+O", "linux": "Alt+O" } } }, "permissions": [ "tabs" ] } |