Homestuck Keyboard Navigation

Adds keyboard navigation to the Homestuck webcomic

ما هو Homestuck Keyboard Navigation؟

Homestuck Keyboard Navigation هو إضافة Chrome تم تطويرها بواسطة murgatroid99، والميزة الرئيسية لها هي "Adds keyboard navigation to the Homestuck webcomic".

تحميل ملف CRX للإضافة Homestuck Keyboard Navigation

قم بتنزيل ملفات الامتداد Homestuck Keyboard Navigation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Adds keyboard navigation to the MSPA webcomics.

Currently supports the following keys:

Right arrow key: Next page
Left arrow key: Previous page
L or Right Ctrl key: Opens or closes Dialoglog/Pesterlog

The arrow key shortcuts currently do not work on flash pages due to conflicts with the game flashes.

Icon taken from http://www.mspaintadventures.com/ACT6ACT6.php?s=6&p=008169                    

معلومات أساسية عن التمديد

الاسم Homestuck Keyboard Navigation Homestuck Keyboard Navigation
ID icfppdnbakiampejgikedpidpnpcniga
عنوان URL الرسمي https://chromewebstore.google.com/detail/homestuck-keyboard-naviga/icfppdnbakiampejgikedpidpnpcniga
الوصف Adds keyboard navigation to the Homestuck webcomic
حجم الملف 20.91 KB
عدد التثبيتات 566
النسخة الحالية 0.4.0
آخر تحديث 2018-07-28
تاريخ النشر 2018-07-28
تقييم 4.30/5 مجموع تقييمات 47
المطور murgatroid99
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homestuck Keyboard Navigation",
    "version": "0.4.0",
    "manifest_version": 2,
    "description": "Adds keyboard navigation to the Homestuck webcomic",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.homestuck.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.homestuck.com\/*"
    ]
}