HH:MM to Decimal

HH:MM to Decimal

Convert HH:MM value to decimal value

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HH:MM to Decimal",
  "short_name": "Time to Decimal",
  "description": "Convert HH:MM value to decimal value",
  "version": "1.1",
  "icons": {
    "16": "assets/icon16.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_title": "HH:MM to Decimal",
    "default_icon": "assets/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}