Replace Image Locally

Replace the Image in an with local file

Replace Image Locally क्या है?

Replace Image Locally aswinkumar863 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the Image in an with local file"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Replace Image Locally एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}