WebP Please!

Attempts to serve WebP images when possible.

WebP Please! là gì?

WebP Please! là một tiện ích mở rộng Chrome được phát triển bởi François Beaufort, và tính năng chính của nó là "Attempts to serve WebP images when possible.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebP Please!

Tải xuống các tệp mở rộng WebP Please! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
URL Chính Thức https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
Mô tả Attempts to serve WebP images when possible.
Kích Thước Tệp 11.67 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2013-09-09
Ngày Phát Hành 2013-09-09
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển François Beaufort
Loại Thanh Toán free
Trang Web Mở Rộng https://plus.google.com/100132233764003563318/posts
URL Trang Trợ Giúp https://plus.google.com/100132233764003563318/posts
Ngôn Ngữ Được Hỗ Trợ 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
}