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
}