OG Flickr
Right click on a flickr photo page to get access to it's original size image
OG Flickr란 무엇입니까?
OG Flickr은(는) Angelo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click on a flickr photo page to get access to it's original size image"입니다.
확장 프로그램 스크린샷
OG Flickr 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Right click on a photo page to get a link to the original size image. Alternatively, right click on an image in the gallery view to get a link to the full size image from the gallery.
확장 프로그램 기본 정보
이름 | OG Flickr |
ID | fichomnnmpafldcbpelajknhhmcafcca |
공식 URL | https://chromewebstore.google.com/detail/og-flickr/fichomnnmpafldcbpelajknhhmcafcca |
설명 | Right click on a flickr photo page to get access to it's original size image |
파일 크기 | 12.99 KB |
설치 횟수 | 1,157 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-05-27 |
출시 날짜 | 2014-05-26 |
평점 | 4.43/5 총 14 개의 평점 |
개발자 | Angelo |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "OGFlickr.js" ], "matches": [ "*.flickr.com\/*" ] }, "description": "Right click on a flickr photo page to get access to it's original size image", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2, "minimum_chrome_version": "6.0.0.0", "name": "OG Flickr", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2" } |