smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

Co to jest smartKey Shortcuts?

smartKey Shortcuts to rozszerzenie Chrome opracowane przez https://zimoapps.com, a jego główną funkcją jest „Shortcuts for Google Chrome! Customizable with many actions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia smartKey Shortcuts

Pobierz pliki rozszerzeń smartKey Shortcuts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A shortcuts extension for Chrome.                    

Podstawowe informacje o rozszerzeniu

Nazwa smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
Oficjalny URL https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
Opis Shortcuts for Google Chrome! Customizable with many actions.
Rozmiar pliku 140 KB
Liczba instalacji 783
Aktualna Wersja 1.0.621.124
Ostatnia Aktualizacja 2015-05-05
Data Publikacji 2015-05-05
Ocena 4.88/5 Łącznie 8 Oceny
Deweloper https://zimoapps.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://smartkey.zimoapps.com
Adres URL Strony Polityki Prywatności https://privacy.zimoapps.com
Obsługiwane Języki 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"
    ]
}