Image Extension Fix

Automatically renames image downloads according to the type they are

Vad är Image Extension Fix?

Image Extension Fix är en Chrome-tillägg utvecklad av Colin Campbell, och dess huvudfunktion är "Automatically renames image downloads according to the type they are".

Tilläggsskärmbilder

screenshot

Ladda ner Image Extension Fix-förlängningens CRX-fil

Ladda ner Image Extension Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Image Extension Fix Image Extension Fix
ID bdinnahhocpbhaolpffbceckdfiafffn
Officiell webbadress https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn
Beskrivning Automatically renames image downloads according to the type they are
Filstorlek 49.19 KB
Antal Installationer 687
Aktuell Version 0.2
Senast Uppdaterad 2017-06-03
Publiceringsdatum 2017-06-03
Betyg 4.33/5 Totalt 18 Betyg
Utvecklare Colin Campbell
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/colin-c/image-extension-fix
Stödda Språk 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
    }
}