WebP Please!

Attempts to serve WebP images when possible.

Co to jest WebP Please!?

WebP Please! to rozszerzenie Chrome opracowane przez François Beaufort, a jego główną funkcją jest „Attempts to serve WebP images when possible.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WebP Please!

Pobierz pliki rozszerzeń WebP Please! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
Oficjalny URL https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
Opis Attempts to serve WebP images when possible.
Rozmiar pliku 11.67 KB
Liczba instalacji 179
Aktualna Wersja 1
Ostatnia Aktualizacja 2013-09-09
Data Publikacji 2013-09-09
Ocena 4.29/5 Łącznie 7 Oceny
Deweloper François Beaufort
Typ Płatności free
Strona Rozszerzenia https://plus.google.com/100132233764003563318/posts
Adres URL Strony Pomocy https://plus.google.com/100132233764003563318/posts
Obsługiwane Języki 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
}