Open Bookmarks Slowly

Open Bookmarks Slowly

Open All in Tabs, just not all at once. Lets you open large bookmark folders a few bookmarks at a time to avoid slowing down Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "64.0"
    }
  },
  "author": "Peter Simonyi",
  "background": {
    "page": "background.html"
  },
  "description": "Open All in Tabs, just not all at once.",
  "homepage_url": "https://github.com/psimonyi/openslowly",
  "icons": {
    "16": "icon16.svg",
    "24": "icon24.svg",
    "64": "icon.svg"
  },
  "manifest_version": 2,
  "name": "Open Bookmarks Slowly",
  "options_ui": {
    "browser_style": false,
    "page": "options.html"
  },
  "optional_permissions": [
    "notifications"
  ],
  "permissions": [
    "bookmarks",
    "menus",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "version": "4"
}