List Opened Tabs

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

List Opened Tabs क्या है?

List Opened Tabs RJ Hsiao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for list, search, rearrange, close tabs and switch to another tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में List Opened Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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                    

एक्सटेंशन की मूल जानकारी

नाम List Opened Tabs List Opened Tabs
ID nkaliaagdnbgadcpnkdbmnigkalbihlb
आधिकारिक URL https://chromewebstore.google.com/detail/list-opened-tabs/nkaliaagdnbgadcpnkdbmnigkalbihlb
विवरण An extension for list, search, rearrange, close tabs and switch to another tab.
फ़ाइल का आकार 60.88 KB
स्थापना संख्या 13,711
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2019-08-31
प्रकाशन तिथि 2019-08-31
रेटिंग 4.45/5 कुल 51 रेटिंग्स
डेवलपर RJ Hsiao
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/RJHsiao/ListOpenedTabs
सहायता पृष्ठ URL https://github.com/RJHsiao/ListOpenedTabs/issues
समर्थित भाषाएँ 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
    }
}