smartKey Shortcuts

Shortcuts for Google Chrome! Customizable with many actions.

Vad är smartKey Shortcuts?

smartKey Shortcuts är en Chrome-tillägg utvecklad av https://zimoapps.com, och dess huvudfunktion är "Shortcuts for Google Chrome! Customizable with many actions.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner smartKey Shortcuts-förlängningens CRX-fil

Ladda ner smartKey Shortcuts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A shortcuts extension for Chrome.                    

Grundläggande Information om Tillägg

Namn smartKey Shortcuts smartKey Shortcuts
ID aogbgmnbacmlobiajlmjhmbecjohglnl
Officiell webbadress https://chromewebstore.google.com/detail/smartkey-shortcuts/aogbgmnbacmlobiajlmjhmbecjohglnl
Beskrivning Shortcuts for Google Chrome! Customizable with many actions.
Filstorlek 140 KB
Antal Installationer 783
Aktuell Version 1.0.621.124
Senast Uppdaterad 2015-05-05
Publiceringsdatum 2015-05-05
Betyg 4.88/5 Totalt 8 Betyg
Utvecklare https://zimoapps.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://smartkey.zimoapps.com
URL till Sekretesspolicy Sidan https://privacy.zimoapps.com
Stödda Språk 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"
    ]
}