和暦変換

和暦変換

西暦を和暦に変換するだけの機能拡張。ver 0.2より令和対応済み。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "和暦変換",
  "version": "0.2.2",
  "manifest_version": 2,
  "description": "西暦を和暦に変換するだけの機能拡張。ver 0.2より令和対応済み。",
  "icons": {
    "16": "images/rekinen_16.png",
    "48": "images/rekinen_48.png",
    "128": "images/rekinen_128.png"
  },
  "permissions": [
    "https://www.seq4u.com/"
  ],
  "browser_action": {
    "default_icon": "images/rekinen_16.png",
    "default_title": "西暦和暦変換",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}