WME PL-EASE

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

Wat is WME PL-EASE?

WME PL-EASE is een Chrome-extensie ontwikkeld door MapOMatic, en de belangrijkste functie is "Always reload WME to permalink. Jump to permalink when pasted in address bar.".

Download het CRX-bestand van de extensie WME PL-EASE

Download WME PL-EASE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WME PL-EASE WME PL-EASE
ID bbadinncplajnmgifakliehpecamoobn
Officiële URL https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn
Beschrijving Always reload WME to permalink. Jump to permalink when pasted in address bar.
Bestandsgrootte 35.97 KB
Aantal Installaties 26
Huidige Versie 1.1.0
Laatst Bijgewerkt 2017-11-07
Publicatiedatum 2017-11-06
Ontwikkelaar MapOMatic
Betalingswijze free
Ondersteunde Talen 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"
    ]
}