smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

smartKey Shortcuts là gì?

smartKey Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi https://zimoapps.com, và tính năng chính của nó là "Shortcuts for Google Chrome! Customizable with many actions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng smartKey Shortcuts

Tải xuống các tệp mở rộng smartKey Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A shortcuts extension for Chrome.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
URL Chính Thức https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
Mô tả Shortcuts for Google Chrome! Customizable with many actions.
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 783
Phiên Bản Hiện Tại 1.0.621.124
Cập Nhật Lần Cuối 2015-05-05
Ngày Phát Hành 2015-05-05
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://zimoapps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://smartkey.zimoapps.com
URL Trang Chính Sách Bảo Mật https://privacy.zimoapps.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}