Open All Url

Open All Url

This extension Will create mutli urls of Your links and open them in multi tabs in any browsers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Open All Url",
  "description": "This extension Will create mutli urls of Your links and open them in multi tabs in any browsers",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}