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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}