Tab Shortcuts

Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking

¿Qué es Tab Shortcuts?

Tab Shortcuts es una extensión de Chrome desarrollada por hiatamaworkshop, y su función principal es "Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab Shortcuts

Descarga archivos de extensión Tab Shortcuts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Adds 2 useful shortcut functions to your mouse clicks.

1. Holding the Left Button will open link in new tab.

2. Double Clicking the Right Button will close the current Tab.


【Added functions】2019/01/06
3. Reload page by clicking both Left and Right button at the same time.

4. URL Highlighter.

5. Switching between tabs by holding Right button and dragging to the Left or Right.



・May not work in some pages or some elements in the page due to Web Security Rules.

・Open the extension to switch on / off the function.                    

Información Básica de la Extensión

Nombre Tab Shortcuts Tab Shortcuts
ID fidefaifindcbfnkhfmccedbjjialgpo
URL Oficial https://chromewebstore.google.com/detail/tab-shortcuts/fidefaifindcbfnkhfmccedbjjialgpo
Descripción Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking
Tamaño del Archivo 12.11 KB
Cantidad de Instalaciones 36
Versión Actual 0.1.6
Última Actualización 2019-02-03
Fecha de Publicación 2019-02-03
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador hiatamaworkshop
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Shortcuts",
    "version": "0.1.6",
    "manifest_version": 2,
    "description": "Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "new_tab.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}