Drop Tab  – Best bookmark tool

Drop Tab – Best bookmark tool

With Drop Tab you can add and saves web pages much more efficiently. Now, no need to clutter your menu bar with bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0",
  "name": "Drop Tab  – Best bookmark tool",
  "description": "With Drop Tab you can add and saves web pages much more efficiently.  Now, no need to clutter your menu bar with bookmarks.",
  "action": {
    "default_popup": "droptab.html",
    "default_icon": "droptab.png"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "droptab.png"
  }
}