TabBox

TabBox

Simple tool for collecting (and naming) your favorite web tabs. Simple to use: - Just enter the name for the web tab (optionaly)…

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": "TabBox",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs"
  ]
}