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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}