Tab Folders

Tab Folders

open large amounts of tabs quickly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Folders",
  "version": "1.0.0",
  "description": "open large amounts of tabs quickly!",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  }
}