Abicart Image Extension

In-page statistics about image optimization

Abicart Image Extension क्या है?

Abicart Image Extension ludvigb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "In-page statistics about image optimization"।

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

screenshot

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

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

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

                        This extension can be used to check Abicart'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.                    

एक्सटेंशन की मूल जानकारी

नाम Abicart Image Extension Abicart Image Extension
ID feabclfppjmiabiikkfdghmdhhphfnij
आधिकारिक URL https://chromewebstore.google.com/detail/abicart-image-extension/feabclfppjmiabiikkfdghmdhhphfnij
विवरण In-page statistics about image optimization
फ़ाइल का आकार 224 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.6
अंतिम अपडेट 2021-09-24
प्रकाशन तिथि 2021-04-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ludvigb
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Abicart Image Extension",
    "version": "1.6",
    "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"
            ]
        }
    ]
}