WME PL-EASE

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

Co to jest WME PL-EASE?

WME PL-EASE to rozszerzenie Chrome opracowane przez MapOMatic, a jego główną funkcją jest „Always reload WME to permalink. Jump to permalink when pasted in address bar.”.

Pobierz plik CRX rozszerzenia WME PL-EASE

Pobierz pliki rozszerzeń WME PL-EASE w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WME PL-EASE WME PL-EASE
ID bbadinncplajnmgifakliehpecamoobn
Oficjalny URL https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn
Opis Always reload WME to permalink. Jump to permalink when pasted in address bar.
Rozmiar pliku 35.97 KB
Liczba instalacji 26
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2017-11-07
Data Publikacji 2017-11-06
Deweloper MapOMatic
Typ Płatności free
Obsługiwane Języki 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"
    ]
}