Flickr Right Click

Lets you right click images on Flickr.

Flickr Right Click란 무엇입니까?

Flickr Right Click은(는) https://mattw.life에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you right click images on Flickr."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Flickr Right Click 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enables the standard right click context menu for images when viewing photos on Flickr. This disables the default left click to zoom functionality.                    

확장 프로그램 기본 정보

이름 Flickr Right Click Flickr Right Click
ID cgkdecjiajillolhbegcmmbphniicmjl
공식 URL https://chromewebstore.google.com/detail/flickr-right-click/cgkdecjiajillolhbegcmmbphniicmjl
설명 Lets you right click images on Flickr.
파일 크기 10.81 KB
설치 횟수 7,860
현재 버전 3.0.0
최근 업데이트 2022-05-24
출시 날짜 2018-01-24
평점 3.58/5 총 55 개의 평점
개발자 https://mattw.life
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mattw.life
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flickr Right Click",
    "version": "3.0.0",
    "description": "Lets you right click images on Flickr.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.flickr.com\/photos\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}