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
Eメール [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"
    ]
}