All In One - Developer Toolbox

All In One - Developer Toolbox

If you are a programmer definitely you need this extension, Try it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "All In One - Developer Toolbox",
  "description": "If you are a programmer definitely you need this extension, Try it!",
  "version": "1.3",
  "manifest_version": 3,
  "action": {
    "default_popup": "src/popup/index.html"
  },
  "host_permissions": [],
  "permissions": [],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "MacCtrl+Shift+K",
        "chromeos": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      }
    }
  },
  "developer": "Hossein Rabizadeh & Soheil Yousefi"
}