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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |