Arabic To Roman Numeral

Arabic To Roman Numeral

Convert Arabic numerals to Roman numerals and vice versa. Copyright @ Somdip Dey, www.somdipdey.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Arabic To Roman Numeral",
  "version": "1.0",
  "description": "Convert Arabic numerals to Roman numerals and vice versa. Copyright @ Somdip Dey, www.somdipdey.com ",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html",
    "default_title": "Arabic To Roman Numeral & Vice Versa"
  }
}