WebP Please!

Attempts to serve WebP images when possible.

Что такое WebP Please!?

WebP Please! - это расширение Chrome, разработанное François Beaufort, и его основная функция - "Attempts to serve WebP images when possible.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WebP Please!

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

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

                        This Extension uses the chrome.declarativeWebRequest API to intercept, block, or modify requests in-flight and is not available to Chrome users on the stable channel.
Beta, dev, canary channels are fine.

Learn more about the chrome.declarativeWebRequest API at http://developer.chrome.com/extensions/declarativeWebRequest.html                    

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

Название WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
Официальный URL https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
Описание Attempts to serve WebP images when possible.
Размер файла 11.67 KB
Количество установок 179
Текущая Версия 1
Последнее Обновление 2013-09-09
Дата публикации 2013-09-09
Рейтинг 4.29/5 Всего 7 оценок
Разработчик François Beaufort
Тип оплаты free
Официальный сайт расширения https://plus.google.com/100132233764003563318/posts
URL страницы помощи https://plus.google.com/100132233764003563318/posts
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebP Please!",
    "version": "1",
    "description": "Attempts to serve WebP images when possible.",
    "permissions": [
        "declarativeWebRequest",
        ""
    ],
    "background": {
        "scripts": [
            "rules.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}