Tâi-gí Helper

Tâi-gí Helper

This extension adds a context menu to your browser, with a few helpful tools for studying Taiwanese Hokkien.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "0.2",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "taigi_helper.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}