WebP Please!

Attempts to serve WebP images when possible.

Wat is WebP Please!?

WebP Please! is een Chrome-extensie ontwikkeld door François Beaufort, en de belangrijkste functie is "Attempts to serve WebP images when possible.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WebP Please!

Download WebP Please!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
Officiële URL https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
Beschrijving Attempts to serve WebP images when possible.
Bestandsgrootte 11.67 KB
Aantal Installaties 179
Huidige Versie 1
Laatst Bijgewerkt 2013-09-09
Publicatiedatum 2013-09-09
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar François Beaufort
Betalingswijze free
Extensiewebsite https://plus.google.com/100132233764003563318/posts
Help Pagina-URL https://plus.google.com/100132233764003563318/posts
Ondersteunde Talen 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
}