smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

Co je smartKey Shortcuts?

smartKey Shortcuts je rozšíření Chrome vyvinuté https://zimoapps.com, a jeho hlavní funkcí je „Shortcuts for Google Chrome! Customizable with many actions.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření smartKey Shortcuts

Stáhněte si soubory rozšíření smartKey Shortcuts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A shortcuts extension for Chrome.                    

Základní Informace o Rozšíření

Název smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
Oficiální URL https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
Popis Shortcuts for Google Chrome! Customizable with many actions.
Velikost souboru 140 KB
Počet instalací 783
Aktuální Verze 1.0.621.124
Poslední Aktualizace 2015-05-05
Datum Vydání 2015-05-05
Hodnocení 4.88/5 Celkem 8 Hodnocení
Vývojář https://zimoapps.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://smartkey.zimoapps.com
URL Stránky Zásad Ochrany Soukromí https://privacy.zimoapps.com
Podporované Jazyky 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"
    ]
}