Import URLs

Import URLs

Import URLs Reads URLs from a text file and opens them as unloaded tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar"
  },
  "description": "Import URLs from clipboard or a text file as tabs or bookmarks",
  "icons": {
    "256": "icon.png"
  },
  "manifest_version": 2,
  "name": "Import URLs",
  "optional_permissions": [
    "bookmarks",
    "clipboardRead"
  ],
  "version": "1.0.11",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9a20cf4a-6d0d-4ce0-8178-aef363ae2589}"
    }
  }
}