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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}