WebP Please!

Attempts to serve WebP images when possible.

WebP Please!คืออะไร?

WebP Please! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย François Beaufort และคุณลักษณะหลักของมันคือ "Attempts to serve WebP images when possible."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebP Please!

ดาวน์โหลดไฟล์ส่วนขยาย 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
}