VietPhrase Lite Firefox

Examine source code of VietPhrase Lite

Inspect and view changes in VietPhrase Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VietPhrase Lite",
  "version": "0.1.0",
  "description": "Lightweight VietPhrase translation for web novels and Chinese text.",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "VietPhrase Lite",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon.svg",
      "96": "icons/icon.svg"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/browser-api.js",
        "content/vietphrase-content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vietphrase-lite-hoa-20260606@vietphrase.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {}
  },
  "web_accessible_resources": [
    "data/compiled-trie.vpt",
    "data/compiled-hanviet.vpt",
    "data/compiled.vpd.meta.json"
  ],
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  }
}

Best VietPhrase Lite Alternatives

Here are some Firefox add-ons that are similar to VietPhrase Lite: