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文件

下载Replace Image Locally扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}