smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

Qu'est-ce que smartKey Shortcuts ?

smartKey Shortcuts est une extension Chrome développée par https://zimoapps.com, et sa fonction principale est "Shortcuts for Google Chrome! Customizable with many actions.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension smartKey Shortcuts

Téléchargez les fichiers d'extension smartKey Shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A shortcuts extension for Chrome.                    

Informations de Base sur l'Extension

Nom smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
URL Officiel https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
Description Shortcuts for Google Chrome! Customizable with many actions.
Taille du Fichier 140 KB
Nombre d'Installations 783
Version Actuelle 1.0.621.124
Dernière Mise à Jour 2015-05-05
Date de Publication 2015-05-05
Évaluation 4.88/5 Total 8 Évaluations
Développeur https://zimoapps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://smartkey.zimoapps.com
URL de la Page de Politique de Confidentialité https://privacy.zimoapps.com
Langues Prises en Charge 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"
    ]
}