Dng Converter

Dng Converter

Get your dng raw images converted to jpg, jpeg, png, gif, tif... images

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dng Converter",
  "default_locale": "en",
  "description": "Get your dng raw images converted to jpg, jpeg, png, gif, tif... images",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "1.0",
  "icons": {
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png"
  },
  "permissions": [
    "tabs"
  ]
}