Process From Here

Process From Here

Adds context menu item 'Process From Here' to Bookmarks Menus to process the bookmarks subtree.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.0.10",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{05904128-b5b7-4f07-aa53-271d633da693}",
      "strict_min_version": "63.0"
    }
  },
  "icons": {
    "32": "icons/icon32.png"
  },
  "options_ui": {
    "page": "options.htm",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "menus",
    "bookmarks",
    "storage"
  ]
}