WME PL-EASE
Always reload WME to permalink. Jump to permalink when pasted in address bar.
Co je WME PL-EASE?
WME PL-EASE je rozšíření Chrome vyvinuté MapOMatic, a jeho hlavní funkcí je „Always reload WME to permalink. Jump to permalink when pasted in address bar.“.
Stáhnout soubor CRX rozšíření WME PL-EASE
Stáhněte si soubory rozšíření WME PL-EASE ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | WME PL-EASE |
ID | bbadinncplajnmgifakliehpecamoobn |
Oficiální URL | https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn |
Popis | Always reload WME to permalink. Jump to permalink when pasted in address bar. |
Velikost souboru | 35.97 KB |
Počet instalací | 26 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2017-11-07 |
Datum Vydání | 2017-11-06 |
Vývojář | MapOMatic |
Typ Platby | free |
Podporované Jazyky | 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", " |