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
公式URL 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
Eメール [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"
}