Shortcut for Shortcuts

Website specific keyboard shortcuts at your fingertips!

Wat is Shortcut for Shortcuts?

Shortcut for Shortcuts is een Chrome-extensie ontwikkeld door Alfonso Aranzazu, en de belangrijkste functie is "Website specific keyboard shortcuts at your fingertips!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shortcut for Shortcuts

Download Shortcut for Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Shortcut for Shortcuts gives you access to your favorite website's keyboard shortcuts.                    

Basisinformatie over de Extensie

Naam Shortcut for Shortcuts Shortcut for Shortcuts
ID kjglfoaliihjejillngcdmmofmnepkbc
Officiële URL https://chromewebstore.google.com/detail/shortcut-for-shortcuts/kjglfoaliihjejillngcdmmofmnepkbc
Beschrijving Website specific keyboard shortcuts at your fingertips!
Bestandsgrootte 141 KB
Aantal Installaties 21
Huidige Versie 2.0
Laatst Bijgewerkt 2015-06-09
Publicatiedatum 2015-06-09
Ontwikkelaar Alfonso Aranzazu
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortcut for Shortcuts",
    "description": "Website specific keyboard shortcuts at your fingertips!",
    "version": "2.0",
    "browser_action": {
        "default_icon": "keyboard_small.png",
        "default_popup": "popup.html",
        "default_title": "Click me for keyboard shortcuts"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/students.ics.uci.edu\/~aaranzaz\/requestUrl.php",
        "storage"
    ]
}