TabView

Quickly switch between open browser tabs visually with TabView

What is TabView?

TabView is a Chrome extension developed by Larry S, and its main feature is "Quickly switch between open browser tabs visually with TabView".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TabView Extension CRX File

Download TabView 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

                        Search, open, close, re-arrange create and preview browser tabs all in one location.  Hot key access (Shift+Ctrl+Space) for quick access to TabView. 


GitHub Repository: https://github.com/larry273/tabView

Changelog:
[1.1.1] 2019-09-24
- Track tab/window movements outside extension

[1.1.0] 2019-09-20
- Window functionality, grouping/creating
- Added ability to move tab positions and between windows 

[1.0.0] 2019-09-15
- initial release


Credits:
SortableJS - https://github.com/SortableJS/Sortable
laptop vector - Designed by D3Images / Freepik                    

Extension Basic Information

Name TabView TabView
ID bgcmjpjlnpbhjoehlpmadpljgaigilmj
Official URL https://chromewebstore.google.com/detail/tabview/bgcmjpjlnpbhjoehlpmadpljgaigilmj
Description Quickly switch between open browser tabs visually with TabView
File Size 38.6 KB
Installation Count 113
Current Version 1.1.1
Last Updated 2019-09-24
Publish Date 2019-09-24
Rating 3.00/5 Total 2 Ratings
Developer Larry S
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabView",
    "version": "1.1.1",
    "description": "Quickly switch between open browser tabs visually with TabView",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TabView"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "commands": {
        "show-tabview": {
            "suggested_key": {
                "default": "Shift+Ctrl+Space"
            },
            "description": "Show TabView"
        }
    }
}