Custom Shortcut Manager

Create and manage custom shortcuts for your favorite websites.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Shortcut Manager",
  "version": "1.0",
  "description": "Create and manage custom shortcuts for your favorite websites.",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{62100df5-d8f4-4544-8066-eee686e68707}"
    }
  }
}