OneLink Image Replace Tool

Replaces images on target websites

Cos'è OneLink Image Replace Tool?

OneLink Image Replace Tool è un'estensione di Chrome sviluppata da tptextensions, e la sua funzione principale è "Replaces images on target websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OneLink Image Replace Tool

Scarica i file di estensione OneLink Image Replace Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OneLink Image Replace Tool OneLink Image Replace Tool
ID ffmhoodnfkhnhhmafcmakckhmgahbfgf
URL Ufficiale https://chromewebstore.google.com/detail/onelink-image-replace-too/ffmhoodnfkhnhhmafcmakckhmgahbfgf
Descrizione Replaces images on target websites
Dimensione del File 1.75 MB
Conteggio Installazioni 20
Versione Corrente 1.13
Ultimo Aggiornamento 2020-09-25
Data di Pubblicazione 2020-09-09
Sviluppatore tptextensions
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.transperfect.com/about/data-privacy-client-tech-user
Lingue Supportate 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"
    }
}