network tool convert numbers

network tool convert numbers

This extension to convert decimal numbers for Example: dec No(15) = oct(17),bin(1111),hex(F).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "network tool convert numbers",
  "author": "AbuRajih",
  "version": "1.5.2",
  "description": "This extension to convert decimal numbers for Example: dec No(15) = oct(17),bin(1111),hex(F).",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "16.png",
      "32": "32.png",
      "48": "48.png",
      "128": "128.png"
    },
    "default_popup": "html.html"
  },
  "permissions": [
    "activeTab"
  ]
}