WebP Please!

Attempts to serve WebP images when possible.

Cos'è WebP Please!?

WebP Please! è un'estensione di Chrome sviluppata da François Beaufort, e la sua funzione principale è "Attempts to serve WebP images when possible.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebP Please!

Scarica i file di estensione WebP Please! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
URL Ufficiale https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
Descrizione Attempts to serve WebP images when possible.
Dimensione del File 11.67 KB
Conteggio Installazioni 179
Versione Corrente 1
Ultimo Aggiornamento 2013-09-09
Data di Pubblicazione 2013-09-09
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore François Beaufort
Tipo di Pagamento free
Sito Web dell'Estensione https://plus.google.com/100132233764003563318/posts
URL della Pagina di Aiuto https://plus.google.com/100132233764003563318/posts
Lingue Supportate 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
}