Webcomic Keyboard Navigation

Adds keyboard navigation to various webcomics.

O que é Webcomic Keyboard Navigation?

Webcomic Keyboard Navigation é uma extensão do Chrome desenvolvida por joequincy, e sua principal característica é "Adds keyboard navigation to various webcomics.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Webcomic Keyboard Navigation

Baixe arquivos de extensão Webcomic Keyboard Navigation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Webcomic Keyboard Navigation Webcomic Keyboard Navigation
ID dlgfbapbcoaihcmppodhbogdepgkilhl
URL Oficial https://chrome.google.com/webstore/detail/webcomic-keyboard-navigat/dlgfbapbcoaihcmppodhbogdepgkilhl
Descrição Adds keyboard navigation to various webcomics.
Tamanho do Arquivo 63.13 KB
Contagem de Instalações 222
Versão Atual 1.0.1
Última Atualização 2016-05-23
Data de Publicação 2016-05-23
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor joequincy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/joequincy/Webcomic-Keyboard-Navigation
URL da Página de Ajuda https://github.com/joequincy/Webcomic-Keyboard-Navigation/issues
Idiomas Suportados 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"
}