Bookmark Drag and Drop

Bookmark Drag and Drop

New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bookmark Drag and Drop",
  "description": "New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.",
  "version": "1.3.11",
  "manifest_version": 3,
  "icons": {
    "16": "/img/index.png",
    "32": "/img/index.png",
    "48": "/img/index.png",
    "128": "/img/index.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "activeTab",
    "bookmarks"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Click here to show the popup to drag the bookmark in to your specific folder."
  },
  "background": {
    "service_worker": "service_worker.js"
  }
}