Abookmark : advanced bookmark and tab manager

Abookmark : advanced bookmark and tab manager

Advanced bookmark and tab manager comes with bookmark bar, side panel and vertical tabs, tags...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.38.1",
  "short_name": "Abookmark",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "homepage_url": "https://www.abookmark.org",
  "minimum_chrome_version": "109",
  "permissions": [
    "bookmarks",
    "tabs",
    "activeTab",
    "storage",
    "contextMenus",
    "notifications",
    "favicon",
    "downloads",
    "unlimitedStorage",
    "scripting",
    "clipboardWrite",
    "tabGroups",
    "sidePanel"
  ],
  "optional_host_permissions": [
    "<all_urls>",
    "https://www.bing.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "app.html",
        "nav.html",
        "bookmarks.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' chrome://favicon https://* http://*;"
  },
  "default_locale": "en",
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_icon": "icon-48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "side_panel": {
    "default_path": "sd.html"
  },
  "commands": {
    "openHomePage": {
      "description": "__MSG_openHomePage__",
      "suggested_key": {
        "default": "Ctrl+E"
      }
    },
    "openSidePanel": {
      "description": "Open side panel"
    },
    "toggleBmInPage": {
      "description": "__MSG_toggleBmInPage__"
    },
    "toggleNavInPage": {
      "description": "__MSG_toggleNavInPage__",
      "suggested_key": {
        "default": "Ctrl+Q"
      }
    },
    "openNavPage": {
      "description": "__MSG_openNavPage__"
    },
    "togglePickMode": {
      "description": "__MSG_togglePickMode__"
    },
    "saveCurrentTab": {
      "description": "__MSG_saveCurrentTab__"
    },
    "storeSelectedTabs": {
      "suggested_key": {
        "default": "Ctrl+S"
      },
      "description": "__MSG_storeSelectedTabs__"
    },
    "storeCurrentGroup": {
      "description": "__MSG_storeCurrentGroup__"
    },
    "storeAllTabs": {
      "description": "__MSG_storeAllTabs__"
    },
    "storeOtherTabs": {
      "description": "__MSG_storeOtherTabs__"
    },
    "storeLeftTabs": {
      "description": "__MSG_storeLeftTabs__"
    },
    "storeRightTabs": {
      "description": "__MSG_storeRightTabs__"
    },
    "storeSelectedTabs_temp": {
      "description": "Store current tab to temp folder"
    },
    "storeSelectedTabs_top": {
      "description": "Store current tab to top folder"
    },
    "storeSelectedTabs_archive": {
      "description": "Store current tab to archive folder"
    },
    "copyTabs2Clipboard": {
      "description": "__MSG_copyTabs2Clipboard__"
    },
    "sailFocus": {
      "description": "Sail.reveal first tab"
    },
    "sailFold": {
      "description": "Sail.fold"
    },
    "sailUpward": {
      "description": "Sail.go upward"
    },
    "sailRefresh": {
      "description": "Sail.refresh & repaginate"
    },
    "sailExit": {
      "description": "Sail.exit"
    }
  }
}