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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}