List Opened Tabs

An extension for list, search, rearrange, close tabs and switch to another tab.

What is List Opened Tabs?

List Opened Tabs is a Chrome extension developed by RJ Hsiao, and its main feature is "An extension for list, search, rearrange, close tabs and switch to another tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download List Opened Tabs Extension CRX File

Download List Opened 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

                        "List Opened Tabs" is a Google Chrome extension that can let you list, search, rearrange, close tabs and switch to another tab.
It's very useful if you opened a lot of tabs in a window.

Change log
v1.1.0: Bug fixed, UI fine-tune and add badge to show the number of tabs in current window
v1.0.1: Rearrange Bug fixed                    

Extension Basic Information

Name List Opened Tabs List Opened Tabs
ID nkaliaagdnbgadcpnkdbmnigkalbihlb
Official URL https://chromewebstore.google.com/detail/list-opened-tabs/nkaliaagdnbgadcpnkdbmnigkalbihlb
Description An extension for list, search, rearrange, close tabs and switch to another tab.
File Size 60.88 KB
Installation Count 13,711
Current Version 1.1.0
Last Updated 2019-08-31
Publish Date 2019-08-31
Rating 4.45/5 Total 51 Ratings
Developer RJ Hsiao
Email [email protected]
Payment Type free
Extension Website https://github.com/RJHsiao/ListOpenedTabs
Help Page URL https://github.com/RJHsiao/ListOpenedTabs/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "List Opened Tabs",
    "version": "1.1.0",
    "description": "An extension for list, search, rearrange, close tabs and switch to another tab.",
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "64": "images\/logo_64.png",
        "128": "images\/logo_128.png"
    },
    "browser_action": {
        "default_title": "List Opened Tabs",
        "default_icon": "images\/logo_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    }
}