OneLink Image Replace Tool

Replaces images on target websites

OneLink Image Replace Toolคืออะไร?

OneLink Image Replace Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tptextensions และคุณลักษณะหลักของมันคือ "Replaces images on target websites"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย OneLink Image Replace Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Replaces images on localized websites

Easily replace any images on localized web pages.
Login with your Onelink account.
Navigate to the web pages that are part of your OneLink Projects.
Select any image that you want to replace and upload the corresponding translated image.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OneLink Image Replace Tool OneLink Image Replace Tool
ID ffmhoodnfkhnhhmafcmakckhmgahbfgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/onelink-image-replace-too/ffmhoodnfkhnhhmafcmakckhmgahbfgf
คำอธิบาย Replaces images on target websites
ขนาดไฟล์ 1.75 MB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.13
อัปเดตครั้งล่าสุด 2020-09-25
วันที่เผยแพร่ 2020-09-09
ผู้พัฒนา tptextensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.transperfect.com/about/data-privacy-client-tech-user
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneLink Image Replace Tool",
    "manifest_version": 2,
    "version": "1.13",
    "description": "Replaces images on target websites",
    "content_scripts": [
        {
            "js": [
                ".\/BrowserAPI\/ChromeAPI.js",
                "jquery.min.js",
                "content.js",
                ".\/uikit\/js\/uikit.js",
                ".\/uikit\/js\/uikit-icons.js"
            ],
            "css": [
                ".\/styles\/custom.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "toggle-modal": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q"
            },
            "description": "Display image replace modal"
        }
    },
    "icons": {
        "16": "onelink-icon.png",
        "48": "onelink-icon.png",
        "128": "onelink-icon.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js",
            "authentication.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        "*.html"
    ],
    "browser_action": {
        "default_icon": "onelinklogo.png",
        "default_popup": "popup.html"
    }
}