AEM Edit To Test Link Generator

AEM Edit To Test Link Generator

AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AEM Edit To Test Link Generator",
  "version": "1.0",
  "manifest_version": 2,
  "description": "AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "http://*/*"
      ],
      "all_frames": true,
      "js": [
        "jquery.js",
        "allscript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "script.js"
    ]
  }
}