Import URLs (as Bookmarks or Tabs) Firefox

Examine source code of Import URLs (as Bookmarks or Tabs)

Inspect and view changes in Import URLs (as Bookmarks or Tabs) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/webextensions/tree/main/sources/import-urls",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar"
  },
  "description": "Extract URLs from text and import them as tabs or bookmarks",
  "icons": {
    "256": "icon.png"
  },
  "manifest_version": 2,
  "name": "Import URLs",
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "bookmarks"
  ],
  "version": "1.0.20",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9a20cf4a-6d0d-4ce0-8178-aef363ae2589}"
    }
  }
}

Best Import URLs (as Bookmarks or Tabs) Alternatives

Here are some Firefox add-ons that are similar to Import URLs (as Bookmarks or Tabs):