Webcomic Keyboard Navigation

Adds keyboard navigation to various webcomics.

¿Qué es Webcomic Keyboard Navigation?

Webcomic Keyboard Navigation es una extensión de Chrome desarrollada por joequincy, y su función principal es "Adds keyboard navigation to various webcomics.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Webcomic Keyboard Navigation

Descarga archivos de extensión Webcomic Keyboard Navigation 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

                        This extension allows keyboard navigation of comics using the arrow keys. Many comics are supported out of the box! After installing, load your favorites and check for the "right arrow" icon next to the address bar. If it turns black, the comic is supported!

Navigation matches the website design, where possible, so any webcomics with right-to-left navigation will feel natural. There is a setting on the Options page (under chrome://extensions) which allows users to override default behavior to always navigate LtR or RtL.

The following comics (and many others) are supported out of the box, with more to come later (feel free to request others):
Sinfest
Ctrl-Alt-Del (and CAD Sillies)
XKCD
Awkward Zombie
Oglaf
Sam and Fuzzy
Penny Arcade
Looking for Group
Least I Could Do
PVP
Misfile
Girls With Slingshots
Two Lumps
chainsawsuit
Dave the Direman
Squishy Comics
Scenes from a Multiverse
Dr. McNinja
Gunnerkrigg Court
Candi
Three Panel Soul
Shortpacked!
Dumbing of Age
Ménage à 3
Buttersafe
Darwin Carmichael is Going to Hell
Two Kinds
Dresden Codak
Order of the Stick
Wasted Talent
Darths and Droids
Piled Higher and Deeper
octopus pie
Felton Black
Maximumble
Not A Villain
Grrl Power
Earthsong
ballerinaMafia
The Chronicles of Loth
dream*scar
Stand Still. Stay Silent
Precocious
Unsounded
Sandra and Woo
Gaia
Girl Genius
Sins
Bear Nuts
Shades of Gray
Housepets!
Flipside
The Adrossian Prophecy
Wapsi Square
Dreamkeepers Prelude
The Beast Legion
Between Failures
Will Save World for Gold
My Life with Fel
Strays
Neko the Kitty
Freefall
Derelict
Endtown
Beyond the Veil
El Goonish Shive
Slightly Damned
Fey Winds
Two Guys and Guy
Spindrift                    

Información Básica de la Extensión

Nombre Webcomic Keyboard Navigation Webcomic Keyboard Navigation
ID dlgfbapbcoaihcmppodhbogdepgkilhl
URL Oficial https://chrome.google.com/webstore/detail/webcomic-keyboard-navigat/dlgfbapbcoaihcmppodhbogdepgkilhl
Descripción Adds keyboard navigation to various webcomics.
Tamaño del Archivo 63.13 KB
Cantidad de Instalaciones 222
Versión Actual 1.0.1
Última Actualización 2016-05-23
Fecha de Publicación 2016-05-23
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador joequincy
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/joequincy/Webcomic-Keyboard-Navigation
URL de la Página de Ayuda https://github.com/joequincy/Webcomic-Keyboard-Navigation/issues
Idiomas Soportados en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "install.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "wckf.js",
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1zVWJr2t9WDhNPsdMwiMQnefiMB4IaH90AcfXX0ieySJnF6ozhklBKot1laoGNbnWsA9XksTPSLNXJEhcd4EJbQT6op4t\/Ej1mz45fmXbZYMxGGbXn65Qa7YmWPwycJgz210SoGqYYJTOeExRWySOELBK2BF64mnV1RJqo\/+YztoP34dVKI2ypK44fKSVJDdQTM2rSvN6M28GhH6uZFBD8NORNT+LM65KWzlSJX1riebKpqvtJ0BN93mASyY8+a3ErnY8HqGQIY1HZkNfJ2IApzhW0ZdOHfM24de9o78HuyfdbNHLblvvXfwdq7wH6Na0x8BkZR9a8D5C3Ypkcj3xQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "settings.html",
    "page_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "version": "1.0.1"
}