Image Extension Fix
Automatically renames image downloads according to the type they are
Wat is Image Extension Fix?
Image Extension Fix is een Chrome-extensie ontwikkeld door Colin Campbell, en de belangrijkste functie is "Automatically renames image downloads according to the type they are".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Extension Fix
Download Image Extension Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Image Extension Fix |
ID | bdinnahhocpbhaolpffbceckdfiafffn |
Officiële URL | https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn |
Beschrijving | Automatically renames image downloads according to the type they are |
Bestandsgrootte | 49.19 KB |
Aantal Installaties | 687 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2017-06-03 |
Publicatiedatum | 2017-06-03 |
Beoordeling | 4.33/5 Totaal 18 Beoordelingen |
Ontwikkelaar | Colin Campbell |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/colin-c/image-extension-fix |
Ondersteunde Talen | 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 } } |