Tab Thumbnails Switcher

Use Ctrl+Tab to switch between tabs in MRU order, with optional thumbnail previews.

Tab Thumbnails Switcher क्या है?

Tab Thumbnails Switcher https://autocontrol.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Ctrl+Tab to switch between tabs in MRU order, with optional thumbnail previews."।

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

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

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

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

                        A tab switcher menu with thumbnail previews similar to Windows 10 task switcher.

★ Key Features ★

   ➭   Tabs are in recently used order.
   ➭   You can use Ctrl+Tab and Ctrl+Shift+Tab to navigate
         the tab list.
   ➭   You can choose a different keyboard shortcut.
   ➭   Mouse-only method: Click on the toolbar button and then
         click on the desired tab.
   ➭   You can choose between a menu with or without thumbnails.
   ➭   It doesn't modify or interfere with the web page you are viewing
         in any way (i.e. no code injection).
   ➭   The tabs menu pops up INSTANTLY for a fast tab switching.
   ➭   Works offline. No need for an internet connection.
   ➭   It does not access or collect your personal data.


★ Tab Thumbnails Switcher is a native extension ★

   Tab Thumbnails Switcher brings out the power of Chrome's native
   extensibility to gain essential advantages over regular extensions:

   ✔ The tab menu is implemented in machine code, which allows it to
       pop up instantly without annoying loading delays.

   ✔ It can redefine Ctrl+Tab shortcut for switching between tabs.

   ✔ It doesn't inject code into every page you visit, thus avoiding
       sluggish page loads and conserving CPU and memory.

   ✔ It works on ALL tabs. Either PDF documents, the New Tab
       Page, extension pages, Chrome pages, you name it.

   Learn more about native extensions and their benefits here:
   http://autocontrol.app/native-component


★ System Requirements ★

   Being a native extension demands additional development effort to
   support each operating system. For this reason, Tab Thumbnails Switcher
   is initially supported on:

    • Windows XP *
    • Windows Vista *
    • Windows 7
    • Windows 8
    • Windows 10

   *: Not supported by the Chrome Web Store. You must install from:
       http://autocontrol.app/manual-install


★ Permissions ★

   When installing you'll see a message saying that the extension can
   "Read your browsing history".
   This is a standard message generated by Chrome. Tab Thumbnails
   Switcher does NOT access any personal information.

   Please read our privacy policy to learn more:
   http://autocontrol.app/privacy-policy                    

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

नाम Tab Thumbnails Switcher Tab Thumbnails Switcher
ID jpaiaplhepeiilhiegfnknedhjepknng
आधिकारिक URL https://chromewebstore.google.com/detail/tab-thumbnails-switcher/jpaiaplhepeiilhiegfnknedhjepknng
विवरण Use Ctrl+Tab to switch between tabs in MRU order, with optional thumbnail previews.
फ़ाइल का आकार 1.31 MB
स्थापना संख्या 5,598
वर्तमान संस्करण 2022.10.18
अंतिम अपडेट 2022-10-18
प्रकाशन तिथि 2020-06-17
रेटिंग 4.66/5 कुल 107 रेटिंग्स
डेवलपर https://autocontrol.app
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://groups.google.com/g/autocontrol_app
गोपनीयता नीति पृष्ठ URL https://www.autocontrol.app/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Thumbnails Switcher",
    "short_name": "Tab Thumbnails Switcher",
    "version": "2022.10.18",
    "manifest_version": 2,
    "description": "Use Ctrl+Tab to switch between tabs in MRU order, with optional thumbnail previews.",
    "minimum_chrome_version": "49",
    "options_page": "main.html",
    "background": {
        "page": "file77.html",
        "persistent": true
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "storage",
        "contextMenus",
        "system.display",
        "idle",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_icon": {
            "16": "TabThumbs\/logo16.png",
            "24": "TabThumbs\/logo24.png",
            "32": "TabThumbs\/logo32.png"
        },
        "default_title": "Tab Thumbnails menu"
    },
    "icons": {
        "16": "TabThumbs\/logo16.png",
        "48": "TabThumbs\/logo48.png",
        "128": "TabThumbs\/logo128.png"
    },
    "offline_enabled": true,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8aWv5Q189Cu3sa7QltZmUdXvb1\/Arvug65PQiPY2cA70Ac4tIFWbVVbtpRYAPoFRvAgxdgKTEEB+ttSh8gn\/S+N\/bs5TpJYbzcRN\/N0u8jUhg6sevcGoMrkeHxzZO3M069kJENF+7p0LpGSEV\/oTTI9eCUVfDgcb3qjiszkMT67M0yCmtSuWOZAw\/T2aauSUu\/Dgod3ebJs4+CJZZ9OJTcn3ipOFXUA5Wq\/b67x0nnSVuQFdFhqcAkH8yDzotxgXgvMTW5ZV3u7MBRrMDy3MTd+tLbLay5HNBOKSk945JZgzxfiYKzJxO1SHR\/cxVNRDtl1lpabGN0rbIblBIM3hMwIDAQAB"
}