Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Send to Exif Viewerとは何ですか?
Send to Exif ViewerはJosé Tomás Tocinoによって開発されたChromeの拡張機能で、その主な機能は「This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.」です。
拡張機能のスクリーンショット
Send to Exif Viewer拡張機能のCRXファイルをダウンロード
Send to Exif Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you like checking the EXIF information of the images you find on the Internet? This extension will add an additional item to the context menu of the images which will open a new tab with the image in a metadata viewer. Piece of cake! It can't be any easier.
拡張機能の基本情報
名前 | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
公式URL | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
説明 | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
ファイルサイズ | 323 KB |
インストール数 | 7,345 |
現在のバージョン | 2.1 |
最終更新日 | 2022-01-13 |
公開日 | 2017-01-15 |
評価 | 4.15/5 合計 46 レビュー |
開発者 | José Tomás Tocino |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to Exif Viewer", "description": "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.", "version": "2.1", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "send-to-exif-viewer.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |