WebP Please!

Attempts to serve WebP images when possible.

什么是WebP Please!?

WebP Please!是由François Beaufort开发的Chrome扩展程序,该扩展的主要功能是“Attempts to serve WebP images when possible.”。

扩展截图

screenshot

下载WebP Please!扩展crx文件

下载WebP Please!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
官方URL https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
简介 Attempts to serve WebP images when possible.
文件大小 11.67 KB
安装次数 179
当前版本 1
更新时间 2013-09-09
上架时间 2013-09-09
评分 4.29/5 共7次评分
开发者 François Beaufort
付费类型 free
扩展官网 https://plus.google.com/100132233764003563318/posts
帮助页面URL https://plus.google.com/100132233764003563318/posts
支持的语言 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
}