Replace Image Locally

Replace the Image in an with local file

Replace Image Locallyคืออะไร?

Replace Image Locally เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aswinkumar863 และคุณลักษณะหลักของมันคือ "Replace the Image in an with local file"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace Image Locally

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}