Shift-JIS memo

Shift-JIS memo

Shift-JIS memo - type memo and you can get SHIFT-JIS text file

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shift-JIS memo",
  "description": "Shift-JIS memo - type memo and you can get SHIFT-JIS text file",
  "version": "0.6.1",
  "minimum_chrome_version": "44",
  "browser_action": {
    "default_icon": "ayati128.png",
    "default_popup": "sjismemo.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "ayati16.png",
    "128": "ayati128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "author": "ayati  (contain Encoding.js by polygon planet)",
  "short_name": "sjismemo"
}