Moly Tab Menu

Switch tabs more efficiently.

Wat is Moly Tab Menu?

Moly Tab Menu is een Chrome-extensie ontwikkeld door slaypni, en de belangrijkste functie is "Switch tabs more efficiently.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Moly Tab Menu

Download Moly Tab Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Moly Tab Menu enables you to look up opening tabs and jump into one of them effortlessly. You can navigate between tabs using keyboard shortcuts and/or mouse scroll.

It is quick to jump into a recently opened tab because tabs are arranged in the activated order by default. Other sort orders are also available for better navigation according to use cases. You can also type some characters to filter tabs by its name.

It not only offers the opening tabs view but also recently closed tabs view and page history view. These views enable you to find and open whatever tabs/pages efficiently.

All keyboard shortcuts are customizable in the options page.                    

Basisinformatie over de Extensie

Naam Moly Tab Menu Moly Tab Menu
ID pniegmhajhkebcalmfalpjjhmgfipibc
Officiële URL https://chromewebstore.google.com/detail/moly-tab-menu/pniegmhajhkebcalmfalpjjhmgfipibc
Beschrijving Switch tabs more efficiently.
Bestandsgrootte 69.26 KB
Aantal Installaties 334
Huidige Versie 1.1.2
Laatst Bijgewerkt 2020-10-27
Publicatiedatum 2020-03-08
Beoordeling 2.69/5 Totaal 16 Beoordelingen
Ontwikkelaar slaypni
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/slaypni/moly-tabmenu2
Help Pagina-URL https://twitter.com/slaypni
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moly Tab Menu",
    "version": "1.1.2",
    "description": "Switch tabs more efficiently.",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content-light.css",
                "styles\/content-dark.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "sessions",
        "history",
        "chrome:\/\/favicon\/"
    ]
}