smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

Cos'è smartKey Shortcuts?

smartKey Shortcuts è un'estensione di Chrome sviluppata da https://zimoapps.com, e la sua funzione principale è "Shortcuts for Google Chrome! Customizable with many actions.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione smartKey Shortcuts

Scarica i file di estensione smartKey Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A shortcuts extension for Chrome.                    

Informazioni di Base sull'Estensione

Nome smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
URL Ufficiale https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
Descrizione Shortcuts for Google Chrome! Customizable with many actions.
Dimensione del File 140 KB
Conteggio Installazioni 783
Versione Corrente 1.0.621.124
Ultimo Aggiornamento 2015-05-05
Data di Pubblicazione 2015-05-05
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore https://zimoapps.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://smartkey.zimoapps.com
URL della Pagina della Politica sulla Privacy https://privacy.zimoapps.com
Lingue Supportate 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"
    ]
}