Mystore Image Extension

In-page statistics about image optimization

ما هو Mystore Image Extension؟

Mystore Image Extension هو إضافة Chrome تم تطويرها بواسطة ludvigb، والميزة الرئيسية لها هي "In-page statistics about image optimization".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mystore Image Extension

قم بتنزيل ملفات الامتداد Mystore Image Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension can be used to check Mystore's image optimization. More specifically it enables you to see what images have been optimized, in what formats, and how much they have been compressed.                    

معلومات أساسية عن التمديد

الاسم Mystore Image Extension Mystore Image Extension
ID ejnfhacnkfiagpcgjjikdcbdmdcgecfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/mystore-image-extension/ejnfhacnkfiagpcgjjikdcbdmdcgecfl
الوصف In-page statistics about image optimization
حجم الملف 292 KB
عدد التثبيتات 49
النسخة الحالية 1.7
آخر تحديث 2022-01-18
تاريخ النشر 2021-07-09
تقييم 5.00/5 مجموع تقييمات 1
المطور ludvigb
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mystore Image Extension",
    "version": "1.7",
    "description": "In-page statistics about image optimization",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab",
        "contextMenus",
        "webRequest",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/code.jquery.com; object-src 'self'",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "background": {
        "scripts": [
            "js\/lodash.js",
            "js\/browser_polyfill.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icons\/logo.png",
        "48": "icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lodash.js",
                "js\/find_domain_name.js",
                "js\/browser_polyfill.js",
                "content-js\/state.js"
            ],
            "css": [
                "css\/content_special.css"
            ]
        }
    ]
}