Favitabs

Organise tabs by favicon, navigate them with mouse or keyboard

Favitabs क्या है?

Favitabs Richard Tucker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organise tabs by favicon, navigate them with mouse or keyboard"।

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

screenshot

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

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

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

                        Are you fed up with having so many tabs and never being able to find the right one? Do end up with many duplicate tabs as a result? Favitabs shows all your tabs at a glance, organised by favicon and title. It works both as a replacement for the new tab page and as a pop-up which you can set to whatever key combination you like. It also lets you quickly search for tabs by title and navigate them using the keyboard.

Favitabs does not request unnecessary permissions and does not have access to page content. It does not spy on you and send information to any server. It does not include any ads.                    

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

नाम Favitabs Favitabs
ID cooeblelamnaioffbochepdnmminogdg
आधिकारिक URL https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg
विवरण Organise tabs by favicon, navigate them with mouse or keyboard
फ़ाइल का आकार 9.44 KB
स्थापना संख्या 3,985
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-10-31
प्रकाशन तिथि 2019-02-08
रेटिंग 4.92/5 कुल 12 रेटिंग्स
डेवलपर Richard Tucker
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Favitabs",
    "author": "Richard Tucker",
    "version": "1.1",
    "description": "Organise tabs by favicon, navigate them with mouse or keyboard",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+F"
            }
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "popup.html"
    }
}