WME PL-EASE

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

Qu'est-ce que WME PL-EASE ?

WME PL-EASE est une extension Chrome développée par MapOMatic, et sa fonction principale est "Always reload WME to permalink. Jump to permalink when pasted in address bar.".

Télécharger le fichier CRX de l'extension WME PL-EASE

Téléchargez les fichiers d'extension WME PL-EASE au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WME PL-EASE WME PL-EASE
ID bbadinncplajnmgifakliehpecamoobn
URL Officiel https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn
Description Always reload WME to permalink. Jump to permalink when pasted in address bar.
Taille du Fichier 35.97 KB
Nombre d'Installations 26
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-11-07
Date de Publication 2017-11-06
Développeur MapOMatic
Type de Paiement free
Langues Prises en Charge 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"
    ]
}