Image Extension Fix

Automatically renames image downloads according to the type they are

Image Extension Fix क्या है?

Image Extension Fix Colin Campbell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically renames image downloads according to the type they are"।

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

screenshot

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

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

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

                        Automatically renames images according to the type they are.
No more .jpg GIFs or .large-0x539 JPEGs.

This extension is open source software (MIT licensed).
https://github.com/colin-c/image-extension-fix                    

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

नाम Image Extension Fix Image Extension Fix
ID bdinnahhocpbhaolpffbceckdfiafffn
आधिकारिक URL https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn
विवरण Automatically renames image downloads according to the type they are
फ़ाइल का आकार 49.19 KB
स्थापना संख्या 687
वर्तमान संस्करण 0.2
अंतिम अपडेट 2017-06-03
प्रकाशन तिथि 2017-06-03
रेटिंग 4.33/5 कुल 18 रेटिंग्स
डेवलपर Colin Campbell
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/colin-c/image-extension-fix
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Extension Fix",
    "short_name": "Img Ext Fix",
    "description": "Automatically renames image downloads according to the type they are",
    "version": "0.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "includes\/file_extension_mapping.js",
            "includes\/util.js",
            "main.js"
        ],
        "persistent": false
    }
}