FoxyTab

FoxyTab

Collection of Tab Related Actions e.g. Duplicate, Close Duplicates, Close to the Left, Copy Title, Merge Windows, Save as PDF, Copy Urls Tab/All/Left/Right, Host keep/close/close other, Sort by URL/Title, Asce/Desc, Move, Reload, Reload Timer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.31",
  "default_locale": "en",
  "homepage_url": "https://github.com/erosman/support",
  "author": "erosman",
  "icons": {
    "16": "image/icon.svg",
    "32": "image/icon.svg",
    "48": "image/icon.svg",
    "64": "image/icon.svg",
    "128": "image/icon.svg"
  },
  "background": {
    "page": "content/background.html"
  },
  "options_ui": {
    "page": "content/options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "image/icon.svg",
    "default_title": "__MSG_extensionName__",
    "default_popup": "content/popup.html"
  },
  "page_action": {
    "browser_style": true,
    "default_title": "__MSG_extensionName__"
  },
  "permissions": [
    "bookmarks",
    "clipboardWrite",
    "contextualIdentities",
    "cookies",
    "downloads",
    "menus",
    "notifications",
    "storage",
    "tabs",
    "tabHide",
    "theme",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "commands": {
    "selectMatch": {
      "description": "__MSG_selectMatch__"
    },
    "closeDuplicate": {
      "description": "__MSG_closeDuplicate__"
    },
    "saveAsPDF": {
      "description": "__MSG_saveAsPDF__"
    },
    "capture": {
      "description": "__MSG_capture__"
    },
    "print": {
      "description": "__MSG_print__"
    },
    "copyTitle": {
      "description": "__MSG_copyTitle__"
    },
    "copyIP": {
      "description": "__MSG_copyIP__"
    },
    "copyUrl": {
      "description": "__MSG_copyUrl__"
    },
    "copyUrlAll": {
      "description": "__MSG_copyUrlAll__"
    },
    "copyUrlLeft": {
      "description": "__MSG_copyUrlLeft__"
    },
    "copyUrlRight": {
      "description": "__MSG_copyUrlRight__"
    },
    "copyTitleUrl": {
      "description": "__MSG_copyTitleUrl__"
    },
    "copyTitleUrlAll": {
      "description": "__MSG_copyTitleUrlAll__"
    },
    "copyTitleUrlLeft": {
      "description": "__MSG_copyTitleUrlLeft__"
    },
    "copyTitleUrlRight": {
      "description": "__MSG_copyTitleUrlRight__"
    },
    "customCopy": {
      "description": "__MSG_customCopy__"
    },
    "customAll": {
      "description": "__MSG_customAll__"
    },
    "customLeft": {
      "description": "__MSG_customLeft__"
    },
    "customRight": {
      "description": "__MSG_customRight__"
    },
    "bookmarkAll": {
      "description": "__MSG_bookmarkAll__"
    },
    "bookmarkLeft": {
      "description": "__MSG_bookmarkLeft__"
    },
    "bookmarkRight": {
      "description": "__MSG_bookmarkRight__"
    },
    "closeBookmarkedAll": {
      "description": "__MSG_closeBookmarkedAll__"
    },
    "closeBookmarkedLeft": {
      "description": "__MSG_closeBookmarkedLeft__"
    },
    "closeBookmarkedRight": {
      "description": "__MSG_closeBookmarkedRight__"
    },
    "hostKeep": {
      "description": "__MSG_hostKeep__"
    },
    "hostClose": {
      "description": "__MSG_hostClose__"
    },
    "hostCloseOther": {
      "description": "__MSG_hostCloseOther__"
    },
    "hostMoveNewWin": {
      "description": "__MSG_hostMoveNewWin__"
    },
    "hostMoveThisWin": {
      "description": "__MSG_hostMoveThisWin__"
    },
    "hostReload": {
      "description": "__MSG_hostReload__"
    },
    "sortURLAsc": {
      "description": "__MSG_sortURLAsc__"
    },
    "sortURLDesc": {
      "description": "__MSG_sortURLDesc__"
    },
    "sortTitleAsc": {
      "description": "__MSG_sortTitleAsc__"
    },
    "sortTitleDesc": {
      "description": "__MSG_sortTitleDesc__"
    },
    "sortLastAccAsc": {
      "description": "__MSG_sortLastAccAsc__"
    },
    "sortLastAccDesc": {
      "description": "__MSG_sortLastAccDesc__"
    },
    "sortDomAsc": {
      "description": "__MSG_sortDomAsc__"
    },
    "sortDomDesc": {
      "description": "__MSG_sortDomDesc__"
    },
    "sortReverse": {
      "description": "__MSG_sortReverse__"
    },
    "moveNewWinLeft": {
      "description": "__MSG_moveNewWinLeft__"
    },
    "moveNewWinRight": {
      "description": "__MSG_moveNewWinRight__"
    },
    "movePrivate": {
      "description": "__MSG_movePrivate__"
    },
    "movePrivateLeft": {
      "description": "__MSG_movePrivateLeft__"
    },
    "movePrivateRight": {
      "description": "__MSG_movePrivateRight__"
    },
    "discardTab": {
      "description": "__MSG_discardTab__"
    },
    "discardAll": {
      "description": "__MSG_discardAll__"
    },
    "discardLeft": {
      "description": "__MSG_discardLeft__"
    },
    "discardRight": {
      "description": "__MSG_discardRight__"
    },
    "hideTab": {
      "description": "__MSG_hideTab__"
    },
    "hideAll": {
      "description": "__MSG_hideAll__"
    },
    "hideLeft": {
      "description": "__MSG_hideLeft__"
    },
    "hideRight": {
      "description": "__MSG_hideRight__"
    },
    "showAll": {
      "description": "__MSG_showAll__"
    },
    "showLeft": {
      "description": "__MSG_showLeft__"
    },
    "showRight": {
      "description": "__MSG_showRight__"
    },
    "pinAll": {
      "description": "__MSG_pinAll__"
    },
    "pinLeft": {
      "description": "__MSG_pinLeft__"
    },
    "pinRight": {
      "description": "__MSG_pinRight__"
    },
    "unpinAll": {
      "description": "__MSG_unpinAll__"
    },
    "unpinLeft": {
      "description": "__MSG_unpinLeft__"
    },
    "unpinRight": {
      "description": "__MSG_unpinRight__"
    },
    "createShortcutTab": {
      "description": "__MSG_createShortcutTab__"
    },
    "createShortcutAll": {
      "description": "__MSG_createShortcutAll__"
    },
    "createShortcutLeft": {
      "description": "__MSG_createShortcutLeft__"
    },
    "createShortcutRight": {
      "description": "__MSG_createShortcutRight__"
    },
    "mergeWindows": {
      "description": "__MSG_mergeWindows__"
    },
    "closeOtherWindows": {
      "description": "__MSG_closeOtherWindows__"
    },
    "reloadAll": {
      "description": "__MSG_reloadAll__"
    },
    "reloadLeft": {
      "description": "__MSG_reloadLeft__"
    },
    "reloadRight": {
      "description": "__MSG_reloadRight__"
    },
    "reload1": {
      "description": "__MSG_reload1__"
    },
    "reload2": {
      "description": "__MSG_reload2__"
    },
    "reload3": {
      "description": "__MSG_reload3__"
    },
    "reload4": {
      "description": "__MSG_reload4__"
    },
    "reload5": {
      "description": "__MSG_reload5__"
    },
    "customReload": {
      "description": "__MSG_customReload__"
    },
    "reloadStop": {
      "description": "__MSG_reloadStop__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "74.0"
    }
  }
}