smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

What is smartKey Shortcuts?

smartKey Shortcuts is a Chrome extension developed by https://zimoapps.com, and its main feature is "Shortcuts for Google Chrome! Customizable with many actions.".

Extension Screenshots

screenshot
screenshot

Download smartKey Shortcuts Extension CRX File

Download smartKey Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A shortcuts extension for Chrome.                    

Extension Basic Information

Name smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
Official URL https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
Description Shortcuts for Google Chrome! Customizable with many actions.
File Size 140 KB
Installation Count 783
Current Version 1.0.621.124
Last Updated 2015-05-05
Publish Date 2015-05-05
Rating 4.88/5 Total 8 Ratings
Developer https://zimoapps.com
Email [email protected]
Payment Type free
Extension Website http://smartkey.zimoapps.com
Privacy Policy Page URL https://privacy.zimoapps.com
Supported Languages 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"
    ]
}