Image Extension Fix
Automatically renames image downloads according to the type they are
Hvad er Image Extension Fix?
Image Extension Fix er en Chrome-udvidelse udviklet af Colin Campbell, og dens hovedfunktion er "Automatically renames image downloads according to the type they are".
Udvidelsesskærmbilleder
Download Image Extension Fix-udvidelses-CRX-fil
Download Image Extension Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Image Extension Fix |
ID | bdinnahhocpbhaolpffbceckdfiafffn |
Officiel URL | https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn |
Beskrivelse | Automatically renames image downloads according to the type they are |
Filstørrelse | 49.19 KB |
Antal Installationer | 687 |
Nuværende Version | 0.2 |
Senest Opdateret | 2017-06-03 |
Udgivelsesdato | 2017-06-03 |
Bedømmelse | 4.33/5 Samlet 18 Bedømmelser |
Udvikler | Colin Campbell |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/colin-c/image-extension-fix |
Understøttede Sprog | 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 } } |