Image Extension Fix
Automatically renames image downloads according to the type they are
Qu'est-ce que Image Extension Fix ?
Image Extension Fix est une extension Chrome développée par Colin Campbell, et sa fonction principale est "Automatically renames image downloads according to the type they are".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Extension Fix
Téléchargez les fichiers d'extension Image Extension Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Image Extension Fix |
ID | bdinnahhocpbhaolpffbceckdfiafffn |
URL Officiel | https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn |
Description | Automatically renames image downloads according to the type they are |
Taille du Fichier | 49.19 KB |
Nombre d'Installations | 687 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2017-06-03 |
Date de Publication | 2017-06-03 |
Évaluation | 4.33/5 Total 18 Évaluations |
Développeur | Colin Campbell |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/colin-c/image-extension-fix |
Langues Prises en Charge | 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 } } |