Webcomic Keyboard Navigation

Adds keyboard navigation to various webcomics.

Wat is Webcomic Keyboard Navigation?

Webcomic Keyboard Navigation is een Chrome-extensie ontwikkeld door joequincy, en de belangrijkste functie is "Adds keyboard navigation to various webcomics.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Webcomic Keyboard Navigation

Download Webcomic Keyboard Navigation-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

                        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                    

Basisinformatie over de Extensie

Naam Webcomic Keyboard Navigation Webcomic Keyboard Navigation
ID dlgfbapbcoaihcmppodhbogdepgkilhl
Officiële URL https://chrome.google.com/webstore/detail/webcomic-keyboard-navigat/dlgfbapbcoaihcmppodhbogdepgkilhl
Beschrijving Adds keyboard navigation to various webcomics.
Bestandsgrootte 63.13 KB
Aantal Installaties 222
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-05-23
Publicatiedatum 2016-05-23
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar joequincy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/joequincy/Webcomic-Keyboard-Navigation
Help Pagina-URL https://github.com/joequincy/Webcomic-Keyboard-Navigation/issues
Ondersteunde Talen 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"
}