WebP Please!

Attempts to serve WebP images when possible.

Apa itu WebP Please!?

WebP Please! adalah ekstensi Chrome yang dikembangkan oleh François Beaufort, dan fitur utamanya adalah "Attempts to serve WebP images when possible.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WebP Please!

Unduh file ekstensi WebP Please! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
URL Resmi https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
Deskripsi Attempts to serve WebP images when possible.
Ukuran File 11.67 KB
Jumlah Instalasi 179
Versi Saat Ini 1
Terakhir Diperbarui 2013-09-09
Tanggal Publikasi 2013-09-09
Penilaian 4.29/5 Total 7 Penilaian
Pengembang François Beaufort
Tipe Pembayaran free
Situs Ekstensi https://plus.google.com/100132233764003563318/posts
URL Halaman Bantuan https://plus.google.com/100132233764003563318/posts
Bahasa yang Didukung 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
}