WME PL-EASE

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

Что такое WME PL-EASE?

WME PL-EASE - это расширение Chrome, разработанное MapOMatic, и его основная функция - "Always reload WME to permalink. Jump to permalink when pasted in address bar.".

Скачать файл CRX расширения WME PL-EASE

Скачайте файлы расширений WME PL-EASE в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название WME PL-EASE WME PL-EASE
ID bbadinncplajnmgifakliehpecamoobn
Официальный URL https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn
Описание Always reload WME to permalink. Jump to permalink when pasted in address bar.
Размер файла 35.97 KB
Количество установок 26
Текущая Версия 1.1.0
Последнее Обновление 2017-11-07
Дата публикации 2017-11-06
Разработчик MapOMatic
Тип оплаты free
Поддерживаемые языки 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"
    ]
}