smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

Was ist smartKey Shortcuts?

smartKey Shortcuts ist eine Chrome-Erweiterung, die von https://zimoapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Shortcuts for Google Chrome! Customizable with many actions.".

Erweiterungsscreenshots

screenshot
screenshot

smartKey Shortcuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie smartKey Shortcuts-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

                        A shortcuts extension for Chrome.                    

Grundlegende Informationen zur Erweiterung

Name smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
Offizielle URL https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
Beschreibung Shortcuts for Google Chrome! Customizable with many actions.
Dateigröße 140 KB
Installationsanzahl 783
Aktuelle Version 1.0.621.124
Letztes Update 2015-05-05
Veröffentlichungsdatum 2015-05-05
Bewertung 4.88/5 Insgesamt 8 Bewertungen
Entwickler https://zimoapps.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://smartkey.zimoapps.com
URL der Datenschutzrichtlinien-Seite https://privacy.zimoapps.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "smartKey Shortcuts",
    "short_name": "smartKey",
    "version": "1.0.621.124",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/event.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icon_bar.png",
        "image\/direct.png",
        "image\/loading.gif",
        "image\/rss.png",
        "image\/enable.png",
        "image\/disable.png",
        "image\/menu.svg",
        "image\/options.png",
        "image\/qmark.png"
    ],
    "page_action": {
        "default_icon": {
            "19": "image\/icon_bar.png",
            "38": "image\/icon_bar.png"
        },
        "default_title": "smartKey"
    },
    "options_page": "html\/options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "",
        "notifications",
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "downloads",
        "downloads.shelf",
        "clipboardRead",
        "clipboardWrite",
        "bookmarks",
        "history",
        "management",
        "sessions",
        "pageCapture",
        "tts"
    ]
}