Update Bookmark Firefox

Examine source code of Update Bookmark

Inspect and view changes in Update Bookmark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "{08cc31c0-b1cb-461c-8ba2-95edd9e76a02}"
    }
  },
  "manifest_version": 3,
  "name": "Update bookmark",
  "version": "1.9.3",
  "description": "This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count..",
  "icons": {
    "48": "icons/icon48.png"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "common/lib.js",
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "common/lib.js"
      ],
      "matches": [],
      "extension_ids": []
    }
  ],
  "action": {
    "default_icon": "icons/icon48.png",
    "theme_icons": [
      {
        "light": "icons/icon32-light.png",
        "dark": "icons/icon32.png",
        "size": 32
      }
    ],
    "default_title": "Update bookmark",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "commands": {
    "update-url": {
      "suggested_key": {
        "default": "Ctrl+Space",
        "mac": "MacCtrl+Space"
      },
      "description": "Send a 'update-url' event to the extension"
    },
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Q",
        "mac": "MacCtrl+Q"
      }
    }
  }
}

Mejores alternativas Update Bookmark

Aquí hay algunas Firefox add-ons que son similares a Update Bookmark: