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
官方網址 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
}