Webcomic Keyboard Navigation

Adds keyboard navigation to various webcomics.

什麼是Webcomic Keyboard Navigation?

Webcomic Keyboard Navigation是由joequincy開發的Chrome擴展程式,該擴展的主要功能是“Adds keyboard navigation to various webcomics.”。

擴展截圖

screenshot

下載Webcomic Keyboard Navigation擴展crx文件

下載Webcomic Keyboard Navigation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Webcomic Keyboard Navigation Webcomic Keyboard Navigation
ID dlgfbapbcoaihcmppodhbogdepgkilhl
官方網址 https://chrome.google.com/webstore/detail/webcomic-keyboard-navigat/dlgfbapbcoaihcmppodhbogdepgkilhl
簡介 Adds keyboard navigation to various webcomics.
檔案大小 63.13 KB
安裝次數 222
目前版本 1.0.1
更新時間 2016-05-23
上架時間 2016-05-23
評分 4.83/5 共 6 次評分
開發者 joequincy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/joequincy/Webcomic-Keyboard-Navigation
說明頁面URL https://github.com/joequincy/Webcomic-Keyboard-Navigation/issues
支援的語言 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"
}