Exponator Live!
Display EXIF overlay on images. Again!
Wat is Exponator Live!?
Exponator Live! is een Chrome-extensie ontwikkeld door Albert Valitov, en de belangrijkste functie is "Display EXIF overlay on images. Again!".
Extensie Screenshots
Download het CRX-bestand van de extensie Exponator Live!
Download Exponator Live!-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
This is good old Exponator by 3fonov but support for new releases of Google Chrome.
Basisinformatie over de Extensie
Naam | Exponator Live! |
ID | kbnckhjhgepdfhgnklcffikhfndhfgfc |
Officiële URL | https://chromewebstore.google.com/detail/exponator-live/kbnckhjhgepdfhgnklcffikhfndhfgfc |
Beschrijving | Display EXIF overlay on images. Again! |
Bestandsgrootte | 39.44 KB |
Aantal Installaties | 4,592 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-08-22 |
Publicatiedatum | 2018-08-22 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Albert Valitov |
Betalingswijze | free |
Ondersteunde Talen | 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" } |