Exponator Live!
Display EXIF overlay on images. Again!
Qu'est-ce que Exponator Live! ?
Exponator Live! est une extension Chrome développée par Albert Valitov, et sa fonction principale est "Display EXIF overlay on images. Again!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Exponator Live!
Téléchargez les fichiers d'extension Exponator Live! 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
This is good old Exponator by 3fonov but support for new releases of Google Chrome.
Informations de Base sur l'Extension
Nom | Exponator Live! |
ID | kbnckhjhgepdfhgnklcffikhfndhfgfc |
URL Officiel | https://chromewebstore.google.com/detail/exponator-live/kbnckhjhgepdfhgnklcffikhfndhfgfc |
Description | Display EXIF overlay on images. Again! |
Taille du Fichier | 39.44 KB |
Nombre d'Installations | 4,592 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-08-22 |
Date de Publication | 2018-08-22 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Albert Valitov |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "EXIF.js", "js.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Display EXIF overlay on images. Again!", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Exponator Live!", "options_page": "options.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |