E21Web Shortcut Manager

Custom E21Web keyboard shortcuts for your browser

Co je E21Web Shortcut Manager?

E21Web Shortcut Manager je rozšíření Chrome vyvinuté info.tgiltd, a jeho hlavní funkcí je „Custom E21Web keyboard shortcuts for your browser“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření E21Web Shortcut Manager

Stáhněte si soubory rozšíření E21Web Shortcut Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension is intended for enterprise users of the browser-based E21 web based application.  With this extension, users are able to use the function keys on their keyboard to perform functions such as Accept, Cancel, and Find. The user also has the ability to map this function to a variety of keys for some light customization.                    

Základní Informace o Rozšíření

Název E21Web Shortcut Manager E21Web Shortcut Manager
ID naeclkbhbhakmocfailmfffhdooeadpj
Oficiální URL https://chromewebstore.google.com/detail/e21web-shortcut-manager/naeclkbhbhakmocfailmfffhdooeadpj
Popis Custom E21Web keyboard shortcuts for your browser
Velikost souboru 1.47 MB
Počet instalací 662
Aktuální Verze 1.0.3
Poslední Aktualizace 2021-04-15
Datum Vydání 2019-01-14
Vývojář info.tgiltd
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "commands": {
        "01-newtab": {
            "description": "TABS: New tab"
        },
        "02-closetab": {
            "description": "TABS: Close tab"
        },
        "03-nexttab": {
            "description": "TABS: Next tab"
        },
        "04-prevtab": {
            "description": "TABS: Previous tab"
        },
        "05-togglepin": {
            "description": "TABS: Pin\/unpin tab"
        },
        "06-togglemute": {
            "description": "TABS: Mute\/unmute tab"
        },
        "07-onlytab": {
            "description": "TABS: Close other tabs"
        },
        "08-closelefttabs": {
            "description": "TABS: Close tabs to the left"
        },
        "09-closerighttabs": {
            "description": "TABS: Close tabs to the right"
        },
        "10-clonetab": {
            "description": "TABS: Duplicate tab"
        },
        "11-movetabtonewwindow": {
            "description": "TABS: Move tab to new window"
        },
        "12-reopentab": {
            "description": "TABS: Reopen closed tab"
        },
        "13-firsttab": {
            "description": "TABS: First tab"
        },
        "14-lasttab": {
            "description": "TABS: Last tab"
        },
        "15-movetableft": {
            "description": "TABS: Move tab to the left"
        },
        "16-movetabright": {
            "description": "TABS: Move tab to the right"
        },
        "17-newwindow": {
            "description": "WINDOWS: New window"
        },
        "18-newprivatewindow": {
            "description": "WINDOWS: New private window"
        },
        "19-closewindow": {
            "description": "WINDOWS: Close window"
        },
        "20-zoomin": {
            "description": "ZOOMING: Zoom in"
        },
        "21-zoomout": {
            "description": "ZOOMING: Zoom out"
        },
        "22-zoomreset": {
            "description": "ZOOMING: Zoom reset"
        },
        "23-back": {
            "description": "LOCATION: Go back"
        },
        "24-forward": {
            "description": "LOCATION: Go forward"
        },
        "25-reload": {
            "description": "LOCATION: Reload"
        },
        "26-searchgoogle": {
            "description": "LOCATION: Search Google for selected text"
        },
        "27-copyurl": {
            "description": "LOCATION: Copy URL to clipboard"
        },
        "28-top": {
            "description": "SCROLLING: Scroll to top"
        },
        "29-bottom": {
            "description": "SCROLLING: Scroll to bottom"
        },
        "30-scrolldown": {
            "description": "SCROLLING: Scroll down"
        },
        "31-scrolldownmore": {
            "description": "SCROLLING: Scroll down more"
        },
        "32-scrollup": {
            "description": "SCROLLING: Scroll up"
        },
        "33-scrollupmore": {
            "description": "SCROLLING: Scroll up more"
        },
        "34-scrollright": {
            "description": "SCROLLING: Scroll right"
        },
        "35-scrollrightmore": {
            "description": "SCROLLING: Scroll right more"
        },
        "36-scrollleft": {
            "description": "SCROLLING: Scroll left"
        },
        "37-scrollleftmore": {
            "description": "SCROLLING: Scroll left more"
        },
        "38-cleardownloads": {
            "description": "UTILITY: Clear downloads"
        },
        "39-viewsource": {
            "description": "UTILITY: View source"
        },
        "40-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "41-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "42-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "43-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "44-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "45-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        }
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": false,
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/mousetrap.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "browsingData",
        "storage",
        "bookmarks",
        "sessions",
        ""
    ]
}