image-picker

chrome extension named image picker version

image-picker란 무엇입니까?

image-picker은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "chrome extension named image picker version"입니다.

확장 프로그램 스크린샷

screenshot

image-picker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is a tool that save images from web page
This is good for web page to prevent right-click to download image
source
https://github.com/bluemirr5/image-picker2                    

확장 프로그램 기본 정보

이름 image-picker image-picker
ID bhibldekjicdbnjeeecmgoogcihoalhe
공식 URL https://chromewebstore.google.com/detail/image-picker/bhibldekjicdbnjeeecmgoogcihoalhe
설명 chrome extension named image picker version
파일 크기 307 KB
설치 횟수 44,515
현재 버전 2.0.4
최근 업데이트 2022-02-28
출시 날짜 2019-06-27
평점 4.49/5 총 45 개의 평점
개발자 [email protected]
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bluemirr5/image-picker2
도움말 페이지 URL https://github.com/bluemirr5/image-picker2
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "image-picker",
    "description": "chrome extension named image picker version",
    "author": "gswon ",
    "version": "2.0.4",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/bluemirr5\/image-picker2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "activeTab",
        "pageCapture",
        "downloads"
    ],
    "browser_action": {
        "default_title": "image-picker",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}