smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

什么是smartKey Shortcuts?

smartKey Shortcuts是由https://zimoapps.com开发的Chrome扩展程序,该扩展的主要功能是“Shortcuts for Google Chrome! Customizable with many actions.”。

扩展截图

screenshot
screenshot

下载smartKey Shortcuts扩展crx文件

下载smartKey Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A shortcuts extension for Chrome.                    

扩展基本信息

名称 smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
官方URL https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
简介 Shortcuts for Google Chrome! Customizable with many actions.
文件大小 140 KB
安装次数 783
当前版本 1.0.621.124
更新时间 2015-05-05
上架时间 2015-05-05
评分 4.88/5 共8次评分
开发者 https://zimoapps.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://smartkey.zimoapps.com
隐私政策页面URL https://privacy.zimoapps.com
支持的语言 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"
    ]
}