Exponator Live!
Display EXIF overlay on images. Again!
Exponator Live!とは何ですか?
Exponator Live!はAlbert Valitovによって開発されたChromeの拡張機能で、その主な機能は「Display EXIF overlay on images. Again!」です。
拡張機能のスクリーンショット
Exponator Live!拡張機能のCRXファイルをダウンロード
Exponator Live!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is good old Exponator by 3fonov but support for new releases of Google Chrome.
拡張機能の基本情報
名前 | Exponator Live! |
ID | kbnckhjhgepdfhgnklcffikhfndhfgfc |
公式URL | https://chromewebstore.google.com/detail/exponator-live/kbnckhjhgepdfhgnklcffikhfndhfgfc |
説明 | Display EXIF overlay on images. Again! |
ファイルサイズ | 39.44 KB |
インストール数 | 4,592 |
現在のバージョン | 1.0 |
最終更新日 | 2018-08-22 |
公開日 | 2018-08-22 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | Albert Valitov |
支払い方法 | free |
対応言語 | 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" } |