Bookmark-Visitor

Bookmark-Visitor

Walk through all bookmarks one after the other, with the possibility to open or delete the current bookmark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.9.2",
  "default_locale": "en",
  "manifest_version": 3,
  "author": "Roland Csaszar",
  "permissions": [
    "storage",
    "bookmarks"
  ],
  "icons": {
    "16": "./images/icon_transp_16.png",
    "32": "./images/icon_transp_32.png",
    "48": "./images/icon_transp_48.png",
    "128": "./images/icon_transp_128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./images/icon_transp_16.png",
      "32": "./images/icon_transp_32.png",
      "48": "./images/icon_transp_48.png",
      "128": "./images/icon_transp_128.png"
    }
  }
}