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
官方網址 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"
    ]
}