WME PL-EASE

Always reload WME to permalink. Jump to permalink when pasted in address bar.

WME PL-EASE란 무엇입니까?

WME PL-EASE은(는) MapOMatic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always reload WME to permalink. Jump to permalink when pasted in address bar."입니다.

WME PL-EASE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WME Permalink - Extractor and Some Enhancements (WME PL-EASE)

Whenever WME refreshes, the URL will be replaced with the current permalink, to keep your place.

You can also paste a permalink in the address bar of any existing WME page and it will execute the permalink (move and select) without reloading the page.                    

확장 프로그램 기본 정보

이름 WME PL-EASE WME PL-EASE
ID bbadinncplajnmgifakliehpecamoobn
공식 URL https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn
설명 Always reload WME to permalink. Jump to permalink when pasted in address bar.
파일 크기 35.97 KB
설치 횟수 26
현재 버전 1.1.0
최근 업데이트 2017-11-07
출시 날짜 2017-11-06
개발자 MapOMatic
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WME PL-EASE",
    "description": "Always reload WME to permalink. Jump to permalink when pasted in address bar.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.waze.com\/*editor*"
            ],
            "exclude_matches": [
                "*:\/\/*.waze.com\/user*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.1.0",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs"
    ]
}