WME PL-EASE

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

Cos'è WME PL-EASE?

WME PL-EASE è un'estensione di Chrome sviluppata da MapOMatic, e la sua funzione principale è "Always reload WME to permalink. Jump to permalink when pasted in address bar.".

Scarica il file CRX dell'estensione WME PL-EASE

Scarica i file di estensione WME PL-EASE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WME PL-EASE WME PL-EASE
ID bbadinncplajnmgifakliehpecamoobn
URL Ufficiale https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn
Descrizione Always reload WME to permalink. Jump to permalink when pasted in address bar.
Dimensione del File 35.97 KB
Conteggio Installazioni 26
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-11-07
Data di Pubblicazione 2017-11-06
Sviluppatore MapOMatic
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}