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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}