Bookmark Current Tab Set

Bookmark Current Tab Set

Adds options to bookmark all tabs in a window without opening a dialog and store them in a new bookmark folder under "Other Bookmarks" that is given the current date and time as its name.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Bookmark Current Tab Set",
  "version": "0.3.0.2resigned1",
  "description": "Adds options to bookmark all tabs in a window (optionally without opening a dialog) and store them in a new bookmark folder that is given the current date (and optionally the time) as its name.",
  "homepage_url": "https://github.com/jprorama/bcts",
  "icons": {
    "48": "icons/bookmark-it.png",
    "96": "icons/[email protected]"
  },
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/star-empty-38.png",
    "default_title": "Bookmark Current Tab Set"
  },
  "background": {
    "scripts": [
      "background.js",
      "modules/shared.jsm"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{954c7e28-2cf6-418d-9b4e-006691ca8015}"
    }
  }
}