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.”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 AEM Edit To Test Link Generator AEM Edit To Test Link Generator
ID koljcceclgdmgjhcobpffiiicbhjekoe
官方網址 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"
        ]
    }
}