Auto Bookmark Last Position Firefox

Examine source code of Auto Bookmark Last Position

Inspect and view changes in Auto Bookmark Last Position source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Bookmark Last Position",
  "version": "1.0",
  "description": "Tự động lưu vị trí bạn đang đọc và phục hồi khi mở lại.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c4031fc2-12de-4dbd-86bb-7346240f3241}"
    }
  }
}

Best Auto Bookmark Last Position Alternatives

Here are some Firefox add-ons that are similar to Auto Bookmark Last Position: