Lightweight Tab Search

Quick way to navigate through tabs!

Lightweight Tab Search क्या है?

Lightweight Tab Search ErnestasDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick way to navigate through tabs!"।

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

screenshot
screenshot

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

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

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

                        Lightweight Tab Search offers a quick way of navigating through browser tabs and it is fully controllable using keyboard keys. As its name suggests, it is super lightweight to improve experience working with many tabs across all open windows.

Lightweight Tab Search is a perfect extensions for users who are working with multiple browser tabs at the same time or just like to have many open tabs.

Features:
- search through tabs across all open browser windows;
- extension is fully controllable using keyboard keys;
- tabs can be closed;
- number of open tabs;
- last searched keyword is remembered;

Version 1.1 changes:
- improvement: opening the extension will highlight/select the last searched value;
- fix: clearing the search field value by using clear button (X) will refresh the tab list;

Version 1.2 changes:
- text font color changed to be a little bit darker (based on user request);
- migrated from manifest V2 to V3 (chrome requirement);                    

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

नाम Lightweight Tab Search Lightweight Tab Search
ID ghfkfeopbdkapmplpgnmoannmcodhgld
आधिकारिक URL https://chromewebstore.google.com/detail/lightweight-tab-search/ghfkfeopbdkapmplpgnmoannmcodhgld
विवरण Quick way to navigate through tabs!
फ़ाइल का आकार 16.08 KB
स्थापना संख्या 69
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-11-28
प्रकाशन तिथि 2019-05-07
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर ErnestasDev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ErnestasBaltinas/LightweightTabSearch
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightweight Tab Search",
    "version": "1.2",
    "description": "Quick way to navigate through tabs!",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/lts16.png",
            "32": "images\/lts32.png",
            "64": "images\/lts64.png",
            "128": "images\/lts128.png"
        }
    },
    "icons": {
        "16": "images\/lts16.png",
        "32": "images\/lts32.png",
        "64": "images\/lts64.png",
        "128": "images\/lts128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+I",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "manifest_version": 3
}