Reload Images

Reload images in Tab/Window using context menu.

Reload Images란 무엇입니까?

Reload Images은(는) mubaidr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reload images in Tab/Window using context menu."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Reload Images 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extensions provides a simple way to reload image using context menu.
Just right on image and select "reload this image" or right click on page and click "reload all images" in Tab or Window.                    

확장 프로그램 기본 정보

이름 Reload Images Reload Images
ID mmpkgaclonhcgcmhladojjaindogpacc
공식 URL https://chromewebstore.google.com/detail/reload-images/mmpkgaclonhcgcmhladojjaindogpacc
설명 Reload images in Tab/Window using context menu.
파일 크기 9.79 KB
설치 횟수 9,403
현재 버전 2.5.2
최근 업데이트 2019-03-10
출시 날짜 2019-03-10
평점 3.85/5 총 13 개의 평점
개발자 mubaidr
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/mubaidr/reloadImage/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/myscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Reload images in Tab\/Window using context menu.",
    "developer": {
        "name": "mubaidr",
        "url": "https:\/\/github.com\/mubaidr"
    },
    "homepage_url": "https:\/\/github.com\/mubaidr\/reloadImage",
    "icons": {
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "name": "Reload Images",
    "permissions": [
        "contextMenus"
    ],
    "version": "2.5.2"
}