WebP Please!

Attempts to serve WebP images when possible.

WebP Please! क्या है?

WebP Please! François Beaufort द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Attempts to serve WebP images when possible."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebP Please! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}