Find and Replace Tab Urls

Find and Replace Tab Urls

Find and replace text in the url across all of your tabs. Easily search for and replace specific strings such as dates, tokens, queries, and more. This app is designed when you have many tabs open and need to replace a particular string in the url

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Find and Replace Tab Url",
  "description": "Find and replace for all active tabs",
  "version": "1.0.1",
  "permissions": [
    "tabs",
    "storage"
  ],
  "author": "Vincent Kahn",
  "browser_action": {
    "default_popup": "frtabs.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon.png",
    "96": "[email protected]",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@findandreplacetaburls"
    }
  }
}