Browser Session History Display Firefox

Examine source code of Browser Session History Display

제작자: Andrew Waldis
Inspect and view changes in Browser Session History Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browser Session History Display",
  "version": "1.0",
  "description": "Aggregate and display web browsing session history on a browser tab.",
  "permissions": [
    "history",
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "browser_sess_ext@andrewwaldis.com"
    }
  },
  "browser_action": {
    "default_title": "Browser Session History",
    "default_icon": {
      "48": "icons/browser_history_icon_48x48.png",
      "96": "icons/browser_history_icon_96x96.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings.html"
  }
}

최고의 Browser Session History Display 대안

다음은 Browser Session History Display과(와) 유사한 Firefox add-on입니다: