Set Character Encoding

Set Character Encoding

Provide right-click menu to manually set character encoding for web pages.

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_appDesc__",
  "default_locale": "en",
  "version": "0.51",
  "permissions": [
    "tabs",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "scr/charsets.js",
      "bg.js"
    ]
  },
  "icons": {
    "16": "bin_16sq.png",
    "48": "bin_48sq.png",
    "128": "bin_128sq.png"
  },
  "options_page": "option.html",
  "manifest_version": 2
}