Bookmark Hotkeys

Bookmark Hotkeys

Wat is Bookmark Hotkeys?

Bookmark Hotkeys is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Bookmark Hotkeys".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmark Hotkeys

Download Bookmark Hotkeys-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

                        Bookmark Hotkeys allows you to quickly access your bookmarks without using the mouse. This application is still in development!                    

Basisinformatie over de Extensie

Naam Bookmark Hotkeys Bookmark Hotkeys
ID ckadmgobfaomcmkfcnnbllmddpmkmdfe
Officiële URL https://chromewebstore.google.com/detail/bookmark-hotkeys/ckadmgobfaomcmkfcnnbllmddpmkmdfe
Beschrijving Bookmark Hotkeys
Bestandsgrootte 535 KB
Aantal Installaties 67
Huidige Versie 2.2
Laatst Bijgewerkt 2015-10-21
Publicatiedatum 2015-10-20
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Hotkeys",
    "description": "Bookmark Hotkeys",
    "version": "2.2",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "icons": {
        "128": "bookmark-black128.png"
    },
    "browser_action": {
        "default_title": "Bookmark Hotkeys"
    },
    "commands": {
        "open_bookmark_hotkeys": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Open Bookmark Hotkeys",
            "global": false
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}