smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

smartKey Shortcutsคืออะไร?

smartKey Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zimoapps.com และคุณลักษณะหลักของมันคือ "Shortcuts for Google Chrome! Customizable with many actions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย smartKey Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}