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.
什么是AEM Edit To Test Link Generator?
AEM Edit To Test Link Generator是由Tarun Anand开发的Chrome扩展程序,该扩展的主要功能是“AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.”。
扩展截图
下载AEM Edit To Test Link Generator扩展crx文件
下载AEM Edit To Test Link Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AEM Edit To Test Link Generator/Convertor, You can right click on the edit page and click on "AEM: Edit to Test Link" or use it from extension icon, the extension also handles the cf# in the url or any other ?parameter like version prams in the url 扩展基本信息
| 名称 | |
| ID | koljcceclgdmgjhcobpffiiicbhjekoe |
| 官方URL | https://chromewebstore.google.com/detail/aem-edit-to-test-link-gen/koljcceclgdmgjhcobpffiiicbhjekoe |
| 简介 | AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon. |
| 文件大小 | 90.35 KB |
| 安装次数 | 20 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-06-26 |
| 上架时间 | 2016-06-26 |
| 开发者 | Tarun Anand |
| 付费类型 | free |
| 支持的语言 | en |
| 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"
]
}
} | |