OpenTabs - Open many tabs in 1 click

OpenTabs - Open many tabs in 1 click

A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OpenTabs - Open many tabs in 1 click",
  "short_name": "OpenTabs",
  "description": "A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": "icon-large.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ]
}