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 là gì?

AEM Edit To Test Link Generator là một tiện ích mở rộng Chrome được phát triển bởi Tarun Anand, và tính năng chính của nó là "AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AEM Edit To Test Link Generator

Tải xuống các tệp mở rộng AEM Edit To Test Link Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AEM Edit To Test Link Generator AEM Edit To Test Link Generator
ID koljcceclgdmgjhcobpffiiicbhjekoe
URL Chính Thức https://chromewebstore.google.com/detail/aem-edit-to-test-link-gen/koljcceclgdmgjhcobpffiiicbhjekoe
Mô tả AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.
Kích Thước Tệp 90.35 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-26
Ngày Phát Hành 2016-06-26
Nhà Phát Triển Tarun Anand
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}