WebP Please!

Attempts to serve WebP images when possible.

Vad är WebP Please!?

WebP Please! är en Chrome-tillägg utvecklad av François Beaufort, och dess huvudfunktion är "Attempts to serve WebP images when possible.".

Tilläggsskärmbilder

screenshot

Ladda ner WebP Please!-förlängningens CRX-fil

Ladda ner WebP Please!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
Officiell webbadress https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
Beskrivning Attempts to serve WebP images when possible.
Filstorlek 11.67 KB
Antal Installationer 179
Aktuell Version 1
Senast Uppdaterad 2013-09-09
Publiceringsdatum 2013-09-09
Betyg 4.29/5 Totalt 7 Betyg
Utvecklare François Beaufort
Betalningssätt free
Tilläggswebbplats https://plus.google.com/100132233764003563318/posts
Hjälpsida URL https://plus.google.com/100132233764003563318/posts
Stödda Språk 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
}