compact toolbar

compact toolbar

You can toggle as hide/show bookmark's titles on bookmark toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "compact-toolbar",
  "version": "1.3.0",
  "description": "You can toggle as hide/show bookmark's titles on bookmark toolbar.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "storage",
    "bookmarks"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19-gray.png",
      "38": "icons/icon-38-gray.png"
    }
  },
  "commands": {
    "toggle-compact": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Send a 'toggle-compact' event"
    }
  }
}