View Background Image

"View Background Image" in context menu.

View Background Image란 무엇입니까?

View Background Image은(는) foooomio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 ""View Background Image" in context menu."입니다.

확장 프로그램 스크린샷

screenshot

View Background Image 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome extension that adds "View background image" to the context menu.

This extension requires permission to access your data on all websites for viewing background images.

If you have any problem:
1. Reload tabs.
2. Try reinstalling the extension.
3. Make sure you use the latest version of Chrome.
4. Report the issue on GitHub. (https://github.com/foooomio/view-background-image/issues)

This software is released under the MIT License.
https://github.com/foooomio/view-background-image                    

확장 프로그램 기본 정보

이름 View Background Image View Background Image
ID cegndknljaapfbnmfnagomhhgbajjibd
공식 URL https://chromewebstore.google.com/detail/view-background-image/cegndknljaapfbnmfnagomhhgbajjibd
설명 "View Background Image" in context menu.
파일 크기 55.91 KB
설치 횟수 30,960
현재 버전 2.10.2
최근 업데이트 2021-12-14
출시 날짜 2020-07-02
평점 3.45/5 총 143 개의 평점
개발자 foooomio
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/foooomio/view-background-image
개인정보 보호 정책 페이지 URL https://foooomio.net/extensions/privacy-policy.html
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.10.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}