OneLink Image Replace Tool

Replaces images on target websites

O que é OneLink Image Replace Tool?

OneLink Image Replace Tool é uma extensão do Chrome desenvolvida por tptextensions, e sua principal característica é "Replaces images on target websites".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão OneLink Image Replace Tool

Baixe arquivos de extensão OneLink Image Replace Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome OneLink Image Replace Tool OneLink Image Replace Tool
ID ffmhoodnfkhnhhmafcmakckhmgahbfgf
URL Oficial https://chromewebstore.google.com/detail/onelink-image-replace-too/ffmhoodnfkhnhhmafcmakckhmgahbfgf
Descrição Replaces images on target websites
Tamanho do Arquivo 1.75 MB
Contagem de Instalações 20
Versão Atual 1.13
Última Atualização 2020-09-25
Data de Publicação 2020-09-09
Desenvolvedor tptextensions
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.transperfect.com/about/data-privacy-client-tech-user
Idiomas Suportados 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"
    }
}