Replace Image Locally

Replace the Image in an with local file

Replace Image Locally란 무엇입니까?

Replace Image Locally은(는) aswinkumar863에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the Image in an with local file"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Replace Image Locally 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replace Image Locally

Visualize how your website will appear with the image you have in local or image URL. Helps designers to check whether the images suits for the site. Note that the changes will not preserved after page reload.

This extension is browser based only and it does not store any of your data remotely.

Make sure to reload page you're currently on before you start playing with add on


- Change log -

* v2.0.0 (December 13, 2020):
Migrated to Manifest V3

* v1.2.0 (December 13, 2020):
Bug fixes

* v1.1.0 (April 10, 2020):
URL support added

* v1.0.0 (April 9, 2020):
Initial  Release                    

확장 프로그램 기본 정보

이름 Replace Image Locally Replace Image Locally
ID emfmnikpggjpmcngklkifngaplokogja
공식 URL https://chromewebstore.google.com/detail/replace-image-locally/emfmnikpggjpmcngklkifngaplokogja
설명 Replace the Image in an with local file
파일 크기 20.87 KB
설치 횟수 3,571
현재 버전 2.0.0
최근 업데이트 2022-03-14
출시 날짜 2020-04-10
평점 3.87/5 총 15 개의 평점
개발자 aswinkumar863
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/aswinkumar863/replace-image-chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Replace Image Locally",
    "version": "2.0.0",
    "description": "Replace the Image in an  with local file",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "aswinkumar863",
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/aswinkumar863\/replace-image-chrome",
    "permissions": [
        "contextMenus"
    ]
}