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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
        ]
    }
}