Webclipper

Clip images from the web and use them in your projects

O que é Webclipper?

Webclipper é uma extensão do Chrome desenvolvida por ddiwebclipper, e sua principal característica é "Clip images from the web and use them in your projects".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Webclipper

Baixe arquivos de extensão Webclipper 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

                        Used to create a product at minimum or user can save Product or Invoice Line Item in a salesforce organisation a App is connected too. The Product image can be clipped from the web page, the Webclipper is on and can save as Product image.                    

Informações Básicas da Extensão

Nome Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
URL Oficial https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Descrição Clip images from the web and use them in your projects
Tamanho do Arquivo 199 KB
Contagem de Instalações 230
Versão Atual 1.3
Última Atualização 2023-12-05
Data de Publicação 2019-03-29
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor ddiwebclipper
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://rainmaker.co.in/privacy-policy-2
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webclipper",
    "version": "1.3",
    "description": "Clip images from the web and use them in your projects",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "front.js",
                "sidebar.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "activeTab",
        "management"
    ],
    "manifest_version": 3
}