Keyworks

Customize keyboard shortcuts.

Was ist Keyworks?

Keyworks ist eine Chrome-Erweiterung, die von r7kamura entwickelt wurde, und ihr Hauptmerkmal ist "Customize keyboard shortcuts.".

Erweiterungsscreenshots

screenshot

Keyworks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keyworks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        You can attach the following actions to your favorite shortcut keys:

- CopyToClipboardAction
- GoBackAction
- GoForwardAction
- OpenUrlAction
- OpenUrlInNewTabAction
- ScrollDownAction
- ScrollUpAction                    

Grundlegende Informationen zur Erweiterung

Name Keyworks Keyworks
ID chmkmpahmlgaaincbbdfnplohkkkapdl
Offizielle URL https://chromewebstore.google.com/detail/keyworks/chmkmpahmlgaaincbbdfnplohkkkapdl
Beschreibung Customize keyboard shortcuts.
Dateigröße 262 KB
Installationsanzahl 274
Aktuelle Version 0.1.0
Letztes Update 2016-11-08
Veröffentlichungsdatum 2016-11-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler r7kamura
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyworks",
    "description": "__MSG_applicationDescription__",
    "version": "0.1.0",
    "author": "Ryo Nakamura",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Keyworks"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/r7kamura\/keyworks",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "options_page": "html\/options.html",
    "permissions": [
        "clipboardRead",
        "storage"
    ],
    "short_name": "Keyworks"
}